[Python-modules-commits] r31463 - in packages/pyvorbis/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Nov 17 22:35:49 UTC 2014


    Date: Monday, November 17, 2014 @ 22:35:49
  Author: morph
Revision: 31463

* debian/rules
  - correctly link -dbg doc directory to the main package one; thanks to
    Andreas Beckmann for the report and to Jean-Michel Nirgal Vourg?\195?\168re for the
    first patch; Closes: #768285

Modified:
  packages/pyvorbis/trunk/debian/changelog
  packages/pyvorbis/trunk/debian/control
  packages/pyvorbis/trunk/debian/rules
Deleted:
  packages/pyvorbis/trunk/debian/python-pyvorbis-dbg.maintscript

Modified: packages/pyvorbis/trunk/debian/changelog
===================================================================
--- packages/pyvorbis/trunk/debian/changelog	2014-11-17 19:22:20 UTC (rev 31462)
+++ packages/pyvorbis/trunk/debian/changelog	2014-11-17 22:35:49 UTC (rev 31463)
@@ -1,11 +1,11 @@
-pyvorbis (1.5-3.1) unstable; urgency=medium
+pyvorbis (1.5-4) UNRELEASED; urgency=medium
 
-  * Non-maintainer upload.
-  * Fix python-pyvorbis-dbg symlink to dir (Closes: #768285)
-    - New python-pyvorbis-dbg.maintscript
-    - control: python-pyvorbis-dbg: Added ${misc:Pre-Depends}.
+  * debian/rules
+    - correctly link -dbg doc directory to the main package one; thanks to
+      Andreas Beckmann for the report and to Jean-Michel Nirgal Vourgère for the
+      first patch; Closes: #768285
 
- -- Jean-Michel Nirgal Vourgère <jmv_deb at nirgal.com>  Sun, 16 Nov 2014 03:32:13 +0000
+ -- Sandro Tosi <morph at debian.org>  Mon, 17 Nov 2014 22:25:18 +0000
 
 pyvorbis (1.5-3) unstable; urgency=low
 

Modified: packages/pyvorbis/trunk/debian/control
===================================================================
--- packages/pyvorbis/trunk/debian/control	2014-11-17 19:22:20 UTC (rev 31462)
+++ packages/pyvorbis/trunk/debian/control	2014-11-17 22:35:49 UTC (rev 31463)
@@ -25,7 +25,6 @@
 Priority: extra
 Section: debug
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, python-pyvorbis (= ${binary:Version}), python-dbg, python-ogg-dbg, ${shlibs:Depends}
 Description: Python interface to the Ogg Vorbis library (debug extension)
  This module makes the libvorbis (Ogg Vorbis) functions available

Deleted: packages/pyvorbis/trunk/debian/python-pyvorbis-dbg.maintscript
===================================================================
--- packages/pyvorbis/trunk/debian/python-pyvorbis-dbg.maintscript	2014-11-17 19:22:20 UTC (rev 31462)
+++ packages/pyvorbis/trunk/debian/python-pyvorbis-dbg.maintscript	2014-11-17 22:35:49 UTC (rev 31463)
@@ -1 +0,0 @@
-symlink_to_dir /usr/share/doc/python-pyvorbis-dbg python-pyvorbis 1.5-3.1~

Modified: packages/pyvorbis/trunk/debian/rules
===================================================================
--- packages/pyvorbis/trunk/debian/rules	2014-11-17 19:22:20 UTC (rev 31462)
+++ packages/pyvorbis/trunk/debian/rules	2014-11-17 22:35:49 UTC (rev 31463)
@@ -47,8 +47,7 @@
 endif
 
 override_dh_installdocs:
-	dh_installdocs
-	dh_installdocs -A --link-doc=python-pyvorbis
+	dh_installdocs --link-doc=python-pyvorbis
 
 override_dh_compress:
 	dh_compress -X.py




More information about the Python-modules-commits mailing list