[Python-modules-commits] r7627 - in packages/pyofa/trunk/debian (4 files)

andrewgee-guest at users.alioth.debian.org andrewgee-guest at users.alioth.debian.org
Wed Feb 18 16:33:33 UTC 2009


    Date: Wednesday, February 18, 2009 @ 16:33:32
  Author: andrewgee-guest
Revision: 7627

* Added debian/README.source to explain patch system
* Replaced (C) with ?\194?\169 in debian/copyright
* debian/control:
	* Added Provides to both binary packages
	* Removed Section from -dbg package
	* Improved short description of both binary packages
	* Removed manual python depends, as will be covered from ${python:Depends}
	* Added python-all-dbg to Build-Depends
	* Removed python-elementtree from Build-Depends
	* Added python-dbg and ${shlibs:Depends} to -dbg package's Depends.

Added:
  packages/pyofa/trunk/debian/README.source
  packages/pyofa/trunk/debian/python-musicdns.install
Modified:
  packages/pyofa/trunk/debian/control
  packages/pyofa/trunk/debian/copyright

Added: packages/pyofa/trunk/debian/README.source
===================================================================
--- packages/pyofa/trunk/debian/README.source	                        (rev 0)
+++ packages/pyofa/trunk/debian/README.source	2009-02-18 16:33:32 UTC (rev 7627)
@@ -0,0 +1,33 @@
+This package uses dpatch in order to apply patches to the upstream source.
+Patches are stored in debian/patches and their filenames usually end in .dpatch .
+For further details, see the man pages for dpatch and dpatch-edit-patch.
+
+All commands described below should be run from the top directory of the 
+package source tree, unless otherwise stated.
+
+ * To generate the fully patched source, in a form ready for
+   editing, that would be built to create Debian packages, run: 
+
+     dpatch apply-all
+
+   Note: It has been proposed that in future, this should happen 
+   automatically when you run dpkg-source -x on a dpatch source 
+   package.  However, this proposal has apparently not yet been
+   implemented, so for now you have to do it yourself like this.
+
+ * To modify the source and save those modifications so that
+   they will be applied when building the package, pick a
+   suitably informative patch file name, for example
+   01_add_README.source_file.dpatch, and then run:
+
+     dpatch-edit-patch 01_add_README.source_file.dpatch
+
+   This will place you in a new shell in a temporary copy of the 
+   source tree.  Make your desired modifications to it, and then 
+   exit the shell to create the patch file containing them (this 
+   file will appear in debian/patches).
+
+ * To remove source modifications that are currently being
+   applied when building the package, run:
+
+     dpatch deapply-all

Modified: packages/pyofa/trunk/debian/control
===================================================================
--- packages/pyofa/trunk/debian/control	2009-02-18 15:34:06 UTC (rev 7626)
+++ packages/pyofa/trunk/debian/control	2009-02-18 16:33:32 UTC (rev 7627)
@@ -10,7 +10,7 @@
 		libofa0-dev,
 		python-central (>= 0.5.6), 
 		python-all-dev (>= 2.5),
-		python-elementtree,
+		python-all-dbg,
 		pkg-config,
 		dpatch
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyofa/trunk/
@@ -21,20 +21,21 @@
 
 Package: python-musicdns
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, python-mutagen, python (>= 2.5)
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-mutagen
+Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Description: Provides Python bindings for the MusicIP service
+Description: Python bindings for the MusicIP service
  This package uses the MusicDNS service to generate a PUID (audio fingerprint)
  that can then be used to look up the track on services such as MusicBrainz.
  .
  This packages provides the Python bindings for libofa0.
 
 Package: python-musicdns-dbg
-Section: python
 Priority: extra
 Architecture: any
-Depends: python-musicdns (= ${binary:Version})
-Description: Debug Symbols for the MusicIP Python Bindings
+Provides: ${python:Provides}
+Depends: python-musicdns (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+Description: debug symbols for the MusicIP Python Bindings
  This package uses the MusicDNS service to generate a PUID (audio fingerprint)
  that can then be used to look up the track on services such as MusicBrainz.
  .

Modified: packages/pyofa/trunk/debian/copyright
===================================================================
--- packages/pyofa/trunk/debian/copyright	2009-02-18 15:34:06 UTC (rev 7626)
+++ packages/pyofa/trunk/debian/copyright	2009-02-18 16:33:32 UTC (rev 7627)
@@ -10,8 +10,8 @@
 
 Copyright:
 
-    Copyright (C) 2007 Martin Blais
-    Copyright (C) 2006 Lukáš Lalinský
+    Copyright © 2007 Martin Blais
+    Copyright © 2006 Lukáš Lalinský
 
 License:
 
@@ -28,5 +28,5 @@
 	On Debian systems, the complete text of the GNU General Public	
 	License can be found in /usr/share/common-licenses/GPL-2 file.
 
-The Debian packaging is Copyright (C) 2009, Andrew Gee <andrew at andrewgee.org> and
+The Debian packaging is Copyright © 2009, Andrew Gee <andrew at andrewgee.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.

Added: packages/pyofa/trunk/debian/python-musicdns.install
===================================================================
--- packages/pyofa/trunk/debian/python-musicdns.install	                        (rev 0)
+++ packages/pyofa/trunk/debian/python-musicdns.install	2009-02-18 16:33:32 UTC (rev 7627)
@@ -0,0 +1 @@
+usr/lib/python*/site-packages/*




More information about the Python-modules-commits mailing list