[Python-modules-commits] r6718 - in packages/pyxine/trunk/debian (changelog control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Oct 21 10:39:55 UTC 2008


    Date: Tuesday, October 21, 2008 @ 10:39:54
  Author: morph
Revision: 6718

* debian/control
  - updated my email address
* debian/rules
  - remove stuff not needed in the -dbg pkg (to avoid conflicts with
    normal pkg); thanks to Lucas Nussbaum for the report; Closes: #502746

Modified:
  packages/pyxine/trunk/debian/changelog
  packages/pyxine/trunk/debian/control
  packages/pyxine/trunk/debian/rules

Modified: packages/pyxine/trunk/debian/changelog
===================================================================
--- packages/pyxine/trunk/debian/changelog	2008-10-21 00:15:08 UTC (rev 6717)
+++ packages/pyxine/trunk/debian/changelog	2008-10-21 10:39:54 UTC (rev 6718)
@@ -1,3 +1,13 @@
+pyxine (0.1alpha2-5) unstable; urgency=low
+
+  * debian/control
+    - updated my email address
+  * debian/rules
+    - remove stuff not needed in the -dbg pkg (to avoid conflicts with
+      normal pkg); thanks to Lucas Nussbaum for the report; Closes: #502746
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 21 Oct 2008 12:39:02 +0200
+
 pyxine (0.1alpha2-4) unstable; urgency=low
 
   * Adopting package (Closes: #460975)

Modified: packages/pyxine/trunk/debian/control
===================================================================
--- packages/pyxine/trunk/debian/control	2008-10-21 00:15:08 UTC (rev 6717)
+++ packages/pyxine/trunk/debian/control	2008-10-21 10:39:54 UTC (rev 6718)
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Sandro Tosi <matrixhasu at gmail.com>
+Uploaders: Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 5.0.38), libxext-dev, libxine-dev, python-all-dev (>= 2.3.5-11), python-all-dbg, python-support (>= 0.6.4), dpatch
 XS-Python-Version: all
 Standards-Version: 3.7.3

Modified: packages/pyxine/trunk/debian/rules
===================================================================
--- packages/pyxine/trunk/debian/rules	2008-10-21 00:15:08 UTC (rev 6717)
+++ packages/pyxine/trunk/debian/rules	2008-10-21 10:39:54 UTC (rev 6718)
@@ -46,6 +46,10 @@
  	    $$python-dbg setup.py install --no-compile --root=$(CURDIR)/debian/python-pyxine-dbg ; \
 	done
 
+	# remove things not needed in a debug package
+	find debian/python-pyxine-dbg ! -type d ! -name '*_d.so' | xargs rm -f
+	find debian/python-pyxine-dbg -depth -empty -exec rmdir {} \;
+
 binary-indep: build install
 	# Nothing to be done here.
 




More information about the Python-modules-commits mailing list