[Python-modules-commits] r3760 - in /packages/deliciousapi/trunk/debian: README.Debian changelog control rules

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Tue Nov 27 23:08:09 UTC 2007


Author: morph-guest
Date: Tue Nov 27 23:08:09 2007
New Revision: 3760

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3760
Log:
bzed suggestions + offer to the team ;)

Removed:
    packages/deliciousapi/trunk/debian/README.Debian
Modified:
    packages/deliciousapi/trunk/debian/changelog
    packages/deliciousapi/trunk/debian/control
    packages/deliciousapi/trunk/debian/rules

Modified: packages/deliciousapi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/changelog?rev=3760&op=diff
==============================================================================
--- packages/deliciousapi/trunk/debian/changelog (original)
+++ packages/deliciousapi/trunk/debian/changelog Tue Nov 27 23:08:09 2007
@@ -2,6 +2,6 @@
 
   * Initial release (Closes: #452823)
   * TODO
-    - is README.debian needed to explain how to use this module?
+    - contact upstream and ask him to put some examples? would we do that?
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 26 Nov 2007 20:02:55 +0100
+ -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 27 Nov 2007 23:36:12 +0100

Modified: packages/deliciousapi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/control?rev=3760&op=diff
==============================================================================
--- packages/deliciousapi/trunk/debian/control (original)
+++ packages/deliciousapi/trunk/debian/control Tue Nov 27 23:08:09 2007
@@ -1,9 +1,9 @@
 Source: deliciousapi
 Section: python
 Priority: optional
-Maintainer: Sandro Tosi <matrixhasu at gmail.com>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <matrixhasu at gmail.com>
+Build-Depends: debhelper (>= 5.0.38), python
 Build-Depends-Indep: python-central (>= 0.5.6)
 Standards-Version: 3.7.2
 Homepage: http://www.michael-noll.com/wiki/Del.icio.us_Python_API

Modified: packages/deliciousapi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/deliciousapi/trunk/debian/rules?rev=3760&op=diff
==============================================================================
--- packages/deliciousapi/trunk/debian/rules (original)
+++ packages/deliciousapi/trunk/debian/rules Tue Nov 27 23:08:09 2007
@@ -2,8 +2,6 @@
 # -*- makefile -*-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-PYVERS=$(shell pyversions -r)
 
 build: build-stamp
 build-stamp:
@@ -17,9 +15,7 @@
 	-rm -r build-stamp
 
 	# Add here commands to clean up after the build process.
-	for python in $(PYVERS); do \
-	   $$python setup.py clean; \
-	done
+	python setup.py clean; \
 
 	dh_clean 
 
@@ -29,9 +25,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/python-deliciousapi.
-	for python in $(PYVERS); do \
-	   $$python setup.py install --root=$(CURDIR)/debian/python-deliciousapi ; \
-	done
+	python setup.py install --root=$(CURDIR)/debian/python-deliciousapi ; \
 
 
 # Build architecture-independent files here.
@@ -44,9 +38,7 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-	dh_installexamples
 	dh_pycentral
-	dh_link
 	dh_compress
 	dh_fixperms
 	dh_installdeb




More information about the Python-modules-commits mailing list