[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#721018: pu: package postgresql-common/134wheezy4



Package: release.debian.org
Severity: normal
User: release.debian.org@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@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@df7cb.de | http://www.df7cb.de/

Attachment: signature.asc
Description: Digital signature


Reply to: