[Python-apps-commits] r2606 - in packages/decibel-audio-player/trunk/debian (control rules)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Mar 14 15:57:18 UTC 2009


    Date: Saturday, March 14, 2009 @ 15:57:17
  Author: pochu-guest
Revision: 2606

small fixes for previous changes

Modified:
  packages/decibel-audio-player/trunk/debian/control
  packages/decibel-audio-player/trunk/debian/rules

Modified: packages/decibel-audio-player/trunk/debian/control
===================================================================
--- packages/decibel-audio-player/trunk/debian/control	2009-03-14 15:38:43 UTC (rev 2605)
+++ packages/decibel-audio-player/trunk/debian/control	2009-03-14 15:57:17 UTC (rev 2606)
@@ -7,7 +7,6 @@
 Build-Depends-Indep: python (>=2.4), python-support
 Standards-Version: 3.8.1
 Homepage: http://decibel.silent-blade.org/
-XS-Python-Version: >=2.4
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/decibel-audio-player/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/decibel-audio-player/trunk/
 

Modified: packages/decibel-audio-player/trunk/debian/rules
===================================================================
--- packages/decibel-audio-player/trunk/debian/rules	2009-03-14 15:38:43 UTC (rev 2605)
+++ packages/decibel-audio-player/trunk/debian/rules	2009-03-14 15:57:17 UTC (rev 2606)
@@ -4,7 +4,7 @@
 	dh $@
 
 override_dh_auto_install:
-	$(MAKE) DESTDIR=$(CURDIR)/debian/decibel-audio-player prefix=/usr install
+	dh_auto_install -- prefix=/usr
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/ChangeLog




More information about the Python-apps-commits mailing list