[debian-edu-commits] debian-edu/slbackup.git (#32) - wheezy-proposed-updates (branch) updated: debian/0.0.12-4-3-ga6be131
Holger Levsen
holger at alioth.debian.org
Tue Oct 8 12:20:16 UTC 2013
The branch, wheezy-proposed-updates has been updated
via a6be1313a3401e07c59976fa8f76d83a7e947f35 (commit)
from 35253f9a12ad209b371d6a00692ee4c054c68f5a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 9 +++++++--
debian/control | 23 ++++++++++++++++-------
2 files changed, 23 insertions(+), 9 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2f39900..a781d37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
slbackup (0.0.12-5) UNRELEASED; urgency=low
+ * Add patch 001_use-getopt-std.patch: use Getopt:Std instead of Perl 4 era
+ library getopts.pl. (Closes: #696983).
+ * /debian/control:
+ + Use my DD address in Uploaders: field.
+ + Package dependency list in multi-line format.
+ + Drop libperl4-corelibs-perl from Depends: field.
+ + Bump Standards: to 3.9.4, no changes needed.
* /debian/postinst:
+ Make sure the backup directory (server_destdir) as configured via debconf
gets created by postinst script.
- * Add patch 001_use-getopt-std.patch: use Getopt:Std instead of Perl 4 era
- library getopts.pl. (Closes: #696983).
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Mon, 22 Apr 2013 12:07:03 +0200
diff --git a/debian/control b/debian/control
index dc3a66a..9006d47 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,28 @@ Section: utils
Priority: optional
Maintainer: Debian Edu Packaging Team <debian-edu-pkg-team at lists.alioth.debian.org>
Uploaders:
- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>,
- Morten Werner Forsbring <werner at debian.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: po-debconf
-Standards-Version: 3.9.3
+ Mike Gabriel <sunweaver at debian.org>,
+ Morten Werner Forsbring <werner at debian.org>,
+Build-Depends:
+ debhelper (>= 7),
+Build-Depends-Indep:
+ po-debconf,
+Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/debian-edu/slbackup
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-edu/slbackup.git;a=summary
Homepage: http://slbackup.alioth.debian.org/
Package: slbackup
Architecture: all
-Pre-Depends: dpkg (>= 1.15.7.2)
-Depends: ${perl:Depends}, ${misc:Depends}, rdiff-backup, logrotate, libconfig-general-perl, libnet-dns-perl, libperl4-corelibs-perl | perl (<< 5.12.3-7)
+Pre-Depends:
+ dpkg (>= 1.15.7.2),
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+ rdiff-backup,
+ logrotate,
+ libconfig-general-perl,
+ libnet-dns-perl,
Recommends: ssh
Description: Skolelinux Backup system
A backup system designed to back up multiple clients to a server.
hooks/post-receive
--
slbackup.git (Debian package slbackup)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "slbackup.git" (Debian package slbackup).
More information about the debian-edu-commits
mailing list