[Python-modules-commits] r8520 - in packages/deliciousapi/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon May 18 19:32:14 UTC 2009
Date: Monday, May 18, 2009 @ 19:32:13
Author: morph
Revision: 8520
* New upstream release
* debian/{compat, control, rules}
- migrated to debhelper 7
Modified:
packages/deliciousapi/trunk/debian/changelog
packages/deliciousapi/trunk/debian/compat
packages/deliciousapi/trunk/debian/control
packages/deliciousapi/trunk/debian/rules
Modified: packages/deliciousapi/trunk/debian/changelog
===================================================================
--- packages/deliciousapi/trunk/debian/changelog 2009-05-18 19:10:52 UTC (rev 8519)
+++ packages/deliciousapi/trunk/debian/changelog 2009-05-18 19:32:13 UTC (rev 8520)
@@ -1,3 +1,11 @@
+deliciousapi (1.5.15-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * debian/{compat, control, rules}
+ - migrated to debhelper 7
+
+ -- Sandro Tosi <morph at debian.org> Mon, 18 May 2009 21:31:41 +0200
+
deliciousapi (1.5.12-1) unstable; urgency=low
* New upstream release
Modified: packages/deliciousapi/trunk/debian/compat
===================================================================
--- packages/deliciousapi/trunk/debian/compat 2009-05-18 19:10:52 UTC (rev 8519)
+++ packages/deliciousapi/trunk/debian/compat 2009-05-18 19:32:13 UTC (rev 8520)
@@ -1 +1 @@
-5
+7
Modified: packages/deliciousapi/trunk/debian/control
===================================================================
--- packages/deliciousapi/trunk/debian/control 2009-05-18 19:10:52 UTC (rev 8519)
+++ packages/deliciousapi/trunk/debian/control 2009-05-18 19:32:13 UTC (rev 8520)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python
+Build-Depends: debhelper (>= 7), python
Build-Depends-Indep: python-support (>= 0.4)
Standards-Version: 3.8.1
Homepage: http://www.michael-noll.com/wiki/Del.icio.us_Python_API
Modified: packages/deliciousapi/trunk/debian/rules
===================================================================
--- packages/deliciousapi/trunk/debian/rules 2009-05-18 19:10:52 UTC (rev 8519)
+++ packages/deliciousapi/trunk/debian/rules 2009-05-18 19:32:13 UTC (rev 8520)
@@ -1,49 +1,3 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- python setup.py build
-
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
-
- # Add here commands to clean up after the build process.
- python setup.py clean
-
- [ ! -d build ] || rm -rf build
-
- dh_clean build-stamp
-
-install: build
- dh_testdir
- dh_testroot
- dh_installdirs
-
- # Add here commands to install the package into debian/python-deliciousapi.
- python setup.py install --root=$(CURDIR)/debian/python-deliciousapi
-
-
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_pysupport
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
More information about the Python-modules-commits
mailing list