[pve-devel] r5931 - dab/trunk
svn-commits at proxmox.com
svn-commits at proxmox.com
Mon May 9 10:58:02 CEST 2011
Author: dietmar
Date: 2011-05-09 10:58:02 +0200 (Mon, 09 May 2011)
New Revision: 5931
Modified:
dab/trunk/DAB.pm
dab/trunk/Makefile
dab/trunk/changelog.Debian
Log:
Modified: dab/trunk/DAB.pm
===================================================================
--- dab/trunk/DAB.pm 2011-05-09 08:23:16 UTC (rev 5930)
+++ dab/trunk/DAB.pm 2011-05-09 08:58:02 UTC (rev 5931)
@@ -414,6 +414,9 @@
if (!$config->{source}) {
if ($suite eq 'etch' || $suite eq 'lenny' || $suite eq 'squeeze') {
push @{$config->{source}}, "http://ftp.debian.org/debian SUITE main contrib";
+ if ($suite eq 'squeeze')
+ push @{$config->{source}}, "http://ftp.debian.org/debian SUITE-updates main contrib";
+
push @{$config->{source}}, "http://security.debian.org SUITE/updates main contrib";
} elsif ($suite eq 'hardy' || $suite eq 'intrepid' || $suite eq 'jaunty') {
my $comp = "main restricted universe multiverse";
Modified: dab/trunk/Makefile
===================================================================
--- dab/trunk/Makefile 2011-05-09 08:23:16 UTC (rev 5930)
+++ dab/trunk/Makefile 2011-05-09 08:58:02 UTC (rev 5931)
@@ -1,6 +1,6 @@
VERSION=1.1
PACKAGE=dab
-PKGREL=13
+PKGREL=14
SCRIPTS= \
Modified: dab/trunk/changelog.Debian
===================================================================
--- dab/trunk/changelog.Debian 2011-05-09 08:23:16 UTC (rev 5930)
+++ dab/trunk/changelog.Debian 2011-05-09 08:58:02 UTC (rev 5931)
@@ -1,3 +1,9 @@
+dab (1.1-14) unstable; urgency=low
+
+ * include SUITE-updates for squeeze
+
+ -- Proxmox Support Team <support at proxmox.com> Mon, 09 May 2011 10:57:08 +0200
+
dab (1.1-13) unstable; urgency=low
* use insserv instead of update-rc.d (for newer versions)
More information about the pve-devel
mailing list