[Python-modules-commits] r3856 - in packages/deliciousapi/trunk/debian (control copyright rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Dec 6 01:50:20 UTC 2007


    Date: Thursday, December 6, 2007 @ 01:50:16
  Author: bzed
Revision: 3856

a few fixes

Modified:
  packages/deliciousapi/trunk/debian/control
  packages/deliciousapi/trunk/debian/copyright
  packages/deliciousapi/trunk/debian/rules

Modified: packages/deliciousapi/trunk/debian/control
===================================================================
--- packages/deliciousapi/trunk/debian/control	2007-12-06 01:35:40 UTC (rev 3855)
+++ packages/deliciousapi/trunk/debian/control	2007-12-06 01:50:16 UTC (rev 3856)
@@ -9,12 +9,10 @@
 Homepage: http://www.michael-noll.com/wiki/Del.icio.us_Python_API
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/deliciousapi/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/?op=log
-XS-Python-Version: all
 
 Package: python-deliciousapi
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-beautifulsoup
-XB-Python-Version: ${python:Versions}
 Description: Unofficial Python API for retrieving data from del.icio.us
  This module provides the following features:
  .

Modified: packages/deliciousapi/trunk/debian/copyright
===================================================================
--- packages/deliciousapi/trunk/debian/copyright	2007-12-06 01:35:40 UTC (rev 3855)
+++ packages/deliciousapi/trunk/debian/copyright	2007-12-06 01:50:16 UTC (rev 3856)
@@ -16,9 +16,6 @@
     The code is licensed to you under version 2 of the GNU General Public
     License.
 
-    More information about this module can be found at
-    http://www.michael-noll.com/wiki/Del.icio.us_Python_API
-
 On Debian systems, the complete text of the GNU General Public
 License, version 2, can be found in `/usr/share/common-licenses/GPL-2'.
 

Modified: packages/deliciousapi/trunk/debian/rules
===================================================================
--- packages/deliciousapi/trunk/debian/rules	2007-12-06 01:35:40 UTC (rev 3855)
+++ packages/deliciousapi/trunk/debian/rules	2007-12-06 01:50:16 UTC (rev 3856)
@@ -7,7 +7,7 @@
 build-stamp:
 	dh_testdir
 
-	python setup.py build;
+	python setup.py build
 	
 	touch $@
 
@@ -18,7 +18,7 @@
 	-rm -r build-stamp
 
 	# Add here commands to clean up after the build process.
-	python setup.py clean; \
+	python setup.py clean 
 
 	dh_clean 
 
@@ -28,7 +28,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/python-deliciousapi.
-	python setup.py install --root=$(CURDIR)/debian/python-deliciousapi ; \
+	python setup.py install --root=$(CURDIR)/debian/python-deliciousapi 
 
 
 # Build architecture-independent files here.




More information about the Python-modules-commits mailing list