[Python-apps-commits] r265 - in /packages/decibel-audio-player/trunk/debian: changelog control
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Sat Nov 24 15:47:22 UTC 2007
Author: pochu-guest
Date: Sat Nov 24 15:47:22 2007
New Revision: 265
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=265
Log:
move dpatch again to build-depends, it's need there because it's used in the clean target
Modified:
packages/decibel-audio-player/trunk/debian/changelog
packages/decibel-audio-player/trunk/debian/control
Modified: packages/decibel-audio-player/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/decibel-audio-player/trunk/debian/changelog?rev=265&op=diff
==============================================================================
--- packages/decibel-audio-player/trunk/debian/changelog (original)
+++ packages/decibel-audio-player/trunk/debian/changelog Sat Nov 24 15:47:22 2007
@@ -1,7 +1,7 @@
decibel-audio-player (0.07-2) UNRELEASED; urgency=low
* debian/control:
- - Move python and dpatch to Build-Depends-Indep since they are arch: all.
+ - Move python to Build-Depends-Indep since it's arch: all.
-- Emilio Pozuelo Monfort <pochu at ubuntu.com> Sat, 24 Nov 2007 15:50:14 +0100
Modified: packages/decibel-audio-player/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/decibel-audio-player/trunk/debian/control?rev=265&op=diff
==============================================================================
--- packages/decibel-audio-player/trunk/debian/control (original)
+++ packages/decibel-audio-player/trunk/debian/control Sat Nov 24 15:47:22 2007
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: dpatch, python (>=2.4), python-central (>= 0.5.6)
+Build-Depends: debhelper (>= 5), dpatch
+Build-Depends-Indep: python (>=2.4), python-central (>= 0.5.6)
Standards-Version: 3.7.2
Homepage: http://decibel.silent-blade.org/
XS-Python-Version: current, >=2.4
More information about the Python-apps-commits
mailing list