[Python-apps-commits] r7605 - in packages/decibel-audio-player/trunk/debian (3 files)
ljmarin-guest at users.alioth.debian.org
ljmarin-guest at users.alioth.debian.org
Tue Oct 4 21:17:54 UTC 2011
Date: Tuesday, October 4, 2011 @ 21:17:52
Author: ljmarin-guest
Revision: 7605
Modified:
packages/decibel-audio-player/trunk/debian/changelog
packages/decibel-audio-player/trunk/debian/control
packages/decibel-audio-player/trunk/debian/rules
Modified: packages/decibel-audio-player/trunk/debian/changelog
===================================================================
--- packages/decibel-audio-player/trunk/debian/changelog 2011-10-04 09:36:44 UTC (rev 7604)
+++ packages/decibel-audio-player/trunk/debian/changelog 2011-10-04 21:17:52 UTC (rev 7605)
@@ -1,4 +1,4 @@
-decibel-audio-player (1.07-1) unstable; urgency=low
+decibel-audio-player (1.08-1) unstable; urgency=low
* New upstream release.
* New maintainer (Closes: #614275).
@@ -10,7 +10,7 @@
* Removed 01_desktop_file_exec_F.patch completely from debian/patches,
fixed upstream now.
- -- Leonardo MarÃn <leojmarin at gmail.com> Mon, 09 Sep 2011 21:50:39 -0430
+ -- Leonardo MarÃn <leojmarin at gmail.com> Tue, 04 Oct 2011 16:31:51 -0430
decibel-audio-player (1.06-1) experimental; urgency=low
Modified: packages/decibel-audio-player/trunk/debian/control
===================================================================
--- packages/decibel-audio-player/trunk/debian/control 2011-10-04 09:36:44 UTC (rev 7604)
+++ packages/decibel-audio-player/trunk/debian/control 2011-10-04 21:17:52 UTC (rev 7605)
@@ -4,11 +4,12 @@
Maintainer: Leonardo MarÃn <leojmarin at gmail.com>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 8.0.0)
-Build-Depends-Indep: python (>=2.4), python-support
+Build-Depends-Indep: python (>= 2.6.6-3~)
Standards-Version: 3.9.2
Homepage: http://decibel.silent-blade.org/
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/
+X-Python-Version: >= 2.5
Package: decibel-audio-player
Architecture: all
Modified: packages/decibel-audio-player/trunk/debian/rules
===================================================================
--- packages/decibel-audio-player/trunk/debian/rules 2011-10-04 09:36:44 UTC (rev 7604)
+++ packages/decibel-audio-player/trunk/debian/rules 2011-10-04 21:17:52 UTC (rev 7605)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_install:
dh_auto_install -- prefix=/usr
More information about the Python-apps-commits
mailing list