r15272 - software/ui/debian

Petter Reinholdtsen pere at moszumanska.debian.org
Mon Oct 6 08:00:16 UTC 2014


Author: pere
Date: 2014-10-06 08:00:16 +0000 (Mon, 06 Oct 2014)
New Revision: 15272

Modified:
   software/ui/debian/changelog
   software/ui/debian/control
Log:
Depend on debtags (>= 1.12.2) to make sure we get a version with
properly populating the debtags database (Closes: #759208).

Modified: software/ui/debian/changelog
===================================================================
--- software/ui/debian/changelog	2014-10-06 04:05:02 UTC (rev 15271)
+++ software/ui/debian/changelog	2014-10-06 08:00:16 UTC (rev 15272)
@@ -7,6 +7,8 @@
   * Change package priority from optional to extra, to bring it in line
     with the Debian archive settings.
   * Add more compiler warning flags by default.
+  * Depend on debtags (>= 1.12.2) to make sure we get a version with
+    properly populating the debtags database (Closes: #759208).
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 05 Oct 2014 06:05:12 +0000
 

Modified: software/ui/debian/control
===================================================================
--- software/ui/debian/control	2014-10-06 04:05:02 UTC (rev 15271)
+++ software/ui/debian/control	2014-10-06 08:00:16 UTC (rev 15272)
@@ -17,7 +17,7 @@
 
 Package: goplay
 Architecture: any
-Depends: apt-xapian-index, debtags, ${shlibs:Depends}, ${misc:Depends}
+Depends: apt-xapian-index, debtags (>= 1.12.2), ${shlibs:Depends}, ${misc:Depends}
 Recommends: games-thumbnails
 Conflicts: golearn
 Provides: golearn




More information about the Pkg-games-commits mailing list