[Python-modules-commits] r7567 - in packages/python-daap/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Feb 15 23:58:05 UTC 2009


    Date: Sunday, February 15, 2009 @ 23:58:05
  Author: morph
Revision: 7567

* debian/copyright
  - clearly referring to LGPL-2 local file
* debian/rules
  - merged 'rm' call into 'dh_clean' one

Modified:
  packages/python-daap/trunk/debian/changelog
  packages/python-daap/trunk/debian/copyright
  packages/python-daap/trunk/debian/rules

Modified: packages/python-daap/trunk/debian/changelog
===================================================================
--- packages/python-daap/trunk/debian/changelog	2009-02-15 23:24:25 UTC (rev 7566)
+++ packages/python-daap/trunk/debian/changelog	2009-02-15 23:58:05 UTC (rev 7567)
@@ -1,4 +1,4 @@
-python-daap (0.7.1-2) UNRELEASED; urgency=low
+python-daap (0.7.1-2) unstable; urgency=low
 
   * debian/control
     - switch Vcs-Browser field to viewsvn
@@ -7,8 +7,12 @@
     - added ${misc:Depends} to binary package Depends
   * debian/watch
     - updated due to upstream website changed
+  * debian/copyright
+    - clearly referring to LGPL-2 local file
+  * debian/rules
+    - merged 'rm' call into 'dh_clean' one
 
- -- Sandro Tosi <morph at debian.org>  Wed, 24 Dec 2008 14:11:48 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 16 Feb 2009 00:57:36 +0100
 
 python-daap (0.7.1-1) unstable; urgency=low
 

Modified: packages/python-daap/trunk/debian/copyright
===================================================================
--- packages/python-daap/trunk/debian/copyright	2009-02-15 23:24:25 UTC (rev 7566)
+++ packages/python-daap/trunk/debian/copyright	2009-02-15 23:58:05 UTC (rev 7567)
@@ -31,9 +31,8 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
     USA.
 
-
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License v2 can be found in `/usr/share/common-licenses/LGPL-2'.
 
 md5.h, and md5c.c have a separate license:
 

Modified: packages/python-daap/trunk/debian/rules
===================================================================
--- packages/python-daap/trunk/debian/rules	2009-02-15 23:24:25 UTC (rev 7566)
+++ packages/python-daap/trunk/debian/rules	2009-02-15 23:58:05 UTC (rev 7567)
@@ -19,12 +19,13 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
 
 	python setup.py clean
+
 	[ ! -d build ] || rm -rf build
-	dh_clean 
 
+	dh_clean build-stamp
+
 install: build
 	dh_testdir
 	dh_testroot




More information about the Python-modules-commits mailing list