# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1304087249 -7200 # Node ID 69ec9e16616b8e0a2d6e0621c31349afc1340c81 # Parent 391d82fcd42c8fd3ac44a723354f0f67e03371cf# Parent 6cdc52ab8a084a36b48b0abbbf3f3559c93e866c merged diff -r 6cdc52ab8a08 -r 69ec9e16616b .hgtags --- a/.hgtags Fri Apr 29 16:25:17 2011 +0200 +++ b/.hgtags Fri Apr 29 16:27:29 2011 +0200 @@ -10,3 +10,5 @@ 0000000000000000000000000000000000000000 v0.9 0000000000000000000000000000000000000000 v0.9 df6151ec3fa7baf54b1ae1c082730a645f5a7c48 v0.9 +df6151ec3fa7baf54b1ae1c082730a645f5a7c48 v0.9 +f9f9e2398ba59b02f492e1e785068b5f0a42f4f0 v0.9 diff -r 6cdc52ab8a08 -r 69ec9e16616b debian/changelog --- a/debian/changelog Fri Apr 29 16:25:17 2011 +0200 +++ b/debian/changelog Fri Apr 29 16:27:29 2011 +0200 @@ -1,3 +1,9 @@ +ftbackup (0.9-1) stable; urgency=low + + * current stable upstream + + -- Heiko Schlittermann Fri, 29 Apr 2011 13:04:25 +0200 + ftbackup (0.7) stable; urgency=low * fixed typo in info header diff -r 6cdc52ab8a08 -r 69ec9e16616b debian/control --- a/debian/control Fri Apr 29 16:25:17 2011 +0200 +++ b/debian/control Fri Apr 29 16:27:29 2011 +0200 @@ -4,13 +4,12 @@ Maintainer: Heiko Schlittermann Build-Depends: debhelper (>= 7) Standards-Version: 3.7.3 -Homepage: https://keller.schlittermann.de/hg/incubator/ftbackup +Homepage: https://keller.schlittermann.de/hg/ftbackup Package: ftbackup Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, openssl, perl-modules (>= 5.10.0-19lenny2), - libperl6-slurp-perl, dump Recommends: ftpipe Description: encrypted backup via ftp diff -r 6cdc52ab8a08 -r 69ec9e16616b debian/rules --- a/debian/rules Fri Apr 29 16:25:17 2011 +0200 +++ b/debian/rules Fri Apr 29 16:27:29 2011 +0200 @@ -15,7 +15,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. - ./configure --prefix=/usr + perl Build.PL --install-base=/usr touch $@ @@ -25,7 +25,7 @@ dh_testdir # Add here commands to compile the package. - chmod +x ftbackup + ./Build #docbook-to-man debian/ftbackup.sgml > ftbackup.1 touch $@ @@ -36,7 +36,7 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - -$(MAKE) distclean + -./Build distclean dh_clean @@ -47,10 +47,10 @@ dh_installdirs # Add here commands to install the package into debian/ftbackup. - $(MAKE) DESTDIR=$(CURDIR)/debian/ftbackup install + ./Build --destdir=$(CURDIR)/debian/ftbackup install - install -d $(CURDIR)/debian/ftbackup/etc/ftbackup - install -m 0600 ftbackup.conf.example $(CURDIR)/debian/ftbackup/etc/ftbackup/default + install -d $(CURDIR)/debian/ftbackup/etc + install -m 0600 ftbackup.conf.example $(CURDIR)/debian/ftbackup/etc/ftbackup.conf # Build architecture-independent files here. binary-indep: build install diff -r 6cdc52ab8a08 -r 69ec9e16616b ftbackup.conf.example --- a/ftbackup.conf.example Fri Apr 29 16:25:17 2011 +0200 +++ b/ftbackup.conf.example Fri Apr 29 16:27:29 2011 +0200 @@ -2,10 +2,11 @@ # the commented values are the built in defaults # The encryption key -# KEY = +# KEY = # FTP-Server hostname -# FTP_HOST = +# for login and password please use ~/.netrc +# FTP_HOST = # FTP-Server base directory # the following expansion work: