[Pkg-postgresql-public] Bug#721018: pu: package postgresql-common/134wheezy4

Christoph Berg myon at debian.org
Tue Aug 27 08:34:19 UTC 2013


Package: release.debian.org
Severity: normal
User: release.debian.org at packages.debian.org
Usertags: pu

Hi,

#712586 is an annoying warning users get when they install PostgreSQL:
"WARNING: Unknown Debian release: 7.1". The attached patch fixes this,
it is already part of the unstable/testing package. Would you consider
this for inclusion in the next stable update?

=== modified file 'debian/changelog'
--- debian/changelog	2013-01-09 16:22:23 +0000
+++ debian/changelog	2013-08-27 08:19:19 +0000
@@ -1,3 +1,10 @@
+postgresql-common (134wheezy4) stable; urgency=low
+
+  * debian/supported-versions: Use "7|7.*" to recognize wheezy; point releases
+    now increment the second version number component. (Closes: #712586)
+
+ -- Christoph Berg <myon at debian.org>  Tue, 27 Aug 2013 10:15:33 +0200
+
 postgresql-common (134wheezy3) unstable; urgency=low
 
   [ Christoph Berg ]

=== modified file 'debian/supported-versions'
--- debian/supported-versions	2012-11-05 07:12:12 +0000
+++ debian/supported-versions	2013-08-27 08:15:29 +0000
@@ -40,7 +40,7 @@
             /bin/echo -e "8.4"
             ;;
         # Wheezy
-	7.0*)
+	7|7.*)
             /bin/echo -e "9.1"
             ;;
         # unstable



Christoph
-- 
cb at df7cb.de | http://www.df7cb.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-postgresql-public/attachments/20130827/06d6b272/attachment.sig>


More information about the Pkg-postgresql-public mailing list