--- simplebackup-0.1.6.orig/debian/changelog +++ simplebackup-0.1.6/debian/changelog @@ -0,0 +1,95 @@ +simplebackup (0.1.6-0ubuntu1) oneiric; urgency=low + + * New upstream release. + * Bump standards to 3.9.2. No other changes. + + -- Bhavani Shankar Sat, 23 Jul 2011 12:25:46 +0530 + +simplebackup (0.1.4-0ubuntu1) lucid; urgency=low + + * New upstream release. + * debian/control: + - Bump Standards. + - Add ${misc:Depends} macro to the Depends field. + - Add Homepage field. + - Remove OR-depend on coreutils, unnecessary. + * Switch to debhelper 7. + * Update debian/copyright. + * Add watch file. + + -- Alessio Treglia Mon, 30 Nov 2009 19:12:34 +0100 + +simplebackup (0.1.1-1ubuntu1) gutsy; urgency=low + + * Sponsored Upload, changed Maintainer field. + + -- Daniel Holbach Mon, 14 May 2007 09:09:25 +0200 + +simplebackup (0.1.1-1) unstable; urgency=low + + * New upstream release + * Update FSF address in copyright + * Use debhelper compatibility level 5 + * Update to standards version 3.7.2 (no changes) + + -- Christian Garbs Sun, 13 May 2007 10:38:38 +0200 + +simplebackup (0.1.0-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Sun, 10 Dec 2006 21:43:09 +0100 + +simplebackup (0.0.9-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Sun, 30 Jul 2006 18:37:43 +0200 + +simplebackup (0.0.8-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Fri, 2 Dec 2005 20:38:06 +0100 + +simplebackup (0.0.7-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Mon, 30 May 2005 20:14:32 +0200 + +simplebackup (0.0.6-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Tue, 9 Nov 2004 21:17:26 +0100 + +simplebackup (0.0.5-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Mon, 5 Jul 2004 22:24:34 +0200 + +simplebackup (0.0.4-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Sun, 4 Jul 2004 19:51:02 +0200 + +simplebackup (0.0.3-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Mon, 28 Jun 2004 21:10:08 +0200 + +simplebackup (0.0.2-1) unstable; urgency=low + + * New upstream release + + -- Christian Garbs Sun, 27 Jun 2004 23:27:54 +0200 + +simplebackup (0.0.1-1) unstable; urgency=low + + * Initial release + + -- Christian Garbs Sun, 27 Jun 2004 18:21:31 +0200 --- simplebackup-0.1.6.orig/debian/simplebackup.examples +++ simplebackup-0.1.6/debian/simplebackup.examples @@ -0,0 +1 @@ +simplebackup.conf --- simplebackup-0.1.6.orig/debian/control +++ simplebackup-0.1.6/debian/control @@ -0,0 +1,17 @@ +Source: simplebackup +Section: utils +Priority: optional +XSBC-Original-Maintainer: Christian Garbs +Maintainer: Ubuntu Developers +Standards-Version: 3.9.2 +Build-Depends-Indep: debhelper (>= 7.0.50) +Homepage: http://www.cgarbs.de/stuff.en.html + +Package: simplebackup +Architecture: all +Depends: bzip2, + ${misc:Depends} +Description: Simple backup tool + The included script performs a nice and easy file based backup. It + can easily be extended to include database dumps or save the output + from `fdisk -L` and other things as well. --- simplebackup-0.1.6.orig/debian/rules +++ simplebackup-0.1.6/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_installchangelogs: + dh_installchangelogs HISTORY --- simplebackup-0.1.6.orig/debian/copyright +++ simplebackup-0.1.6/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: simplebackup +Maintainer: Christian Garbs +Source: http://www.cgarbs.de/stuff.en.html + +Files: * +Copyright: 2004-2009, Christian Garbs +License: GPL-2+ + +Files: debian/* +Copyright: + 2009, Alessio Treglia + 2004-2009, Christian Garbs +License: GPL-2+ + +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +X-Comment: On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. --- simplebackup-0.1.6.orig/debian/simplebackup.install +++ simplebackup-0.1.6/debian/simplebackup.install @@ -0,0 +1,2 @@ +simplebackup usr/bin +expirebackups usr/bin --- simplebackup-0.1.6.orig/debian/watch +++ simplebackup-0.1.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cgarbs.de/stuff.en.html stuff/simplebackup-(.*)\.tar\.gz --- simplebackup-0.1.6.orig/debian/compat +++ simplebackup-0.1.6/debian/compat @@ -0,0 +1 @@ +7 --- simplebackup-0.1.6.orig/debian/simplebackup.manpages +++ simplebackup-0.1.6/debian/simplebackup.manpages @@ -0,0 +1,3 @@ +simplebackup.1 +simplebackup.conf.5 +expirebackups.1