[Python-modules-commits] r29175 - in packages/parsedatetime/trunk/debian (4 files)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Mon Jun 2 04:27:31 UTC 2014


    Date: Monday, June 2, 2014 @ 04:27:25
  Author: noskcaj-guest
Revision: 29175

* Bump standards-version to 3.9.5 (no changes)
* Use dh and debhelper 9 for building

Modified:
  packages/parsedatetime/trunk/debian/changelog
  packages/parsedatetime/trunk/debian/control
  packages/parsedatetime/trunk/debian/rules
  packages/parsedatetime/trunk/debian/source/format

Modified: packages/parsedatetime/trunk/debian/changelog
===================================================================
--- packages/parsedatetime/trunk/debian/changelog	2014-06-02 04:19:30 UTC (rev 29174)
+++ packages/parsedatetime/trunk/debian/changelog	2014-06-02 04:27:25 UTC (rev 29175)
@@ -5,6 +5,8 @@
 
   [ Jackson Doak ]
   * Sync from ubuntu. Closes: #485054 #717991
+  * Bump standards-version to 3.9.5 (no changes)
+  * Use dh and debhelper 9 for building
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Mon, 02 Jun 2014 14:08:43 +1000
 

Modified: packages/parsedatetime/trunk/debian/control
===================================================================
--- packages/parsedatetime/trunk/debian/control	2014-06-02 04:19:30 UTC (rev 29174)
+++ packages/parsedatetime/trunk/debian/control	2014-06-02 04:27:25 UTC (rev 29175)
@@ -1,10 +1,10 @@
 Source: parsedatetime
 Section: python
 Priority: optional
-Original-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 5.0.37.3), python-all (>= 2.6.6-3~)
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.5
 Homepage: https://pypi.python.org/pypi/parsedatetime/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/parsedatetime/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/parsedatetime/trunk/

Modified: packages/parsedatetime/trunk/debian/rules
===================================================================
--- packages/parsedatetime/trunk/debian/rules	2014-06-02 04:19:30 UTC (rev 29174)
+++ packages/parsedatetime/trunk/debian/rules	2014-06-02 04:27:25 UTC (rev 29175)
@@ -1,66 +1,4 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PKGNAME:=python-parsedatetime
-PYVERS:=$(shell pyversions -r)
-
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	set -e; \
-	for py in $(PYVERS); do  \
-	    $$py setup.py build; \
-	done
-
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-endif
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f install-stamp build-stamp
-	-for py in $(PYVERS); do  \
-	    $$py setup.py clean; \
-	done
-	find . -name '*.pyc' | xargs rm -f
-	rm -rf build
-	rm -f *-stamp
-	dh_clean 
-
-install: install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	set -e; \
-	for py in $(PYVERS); do  \
-	    $$py setup.py install --root=debian/$(PKGNAME); \
-	done
-
-	dh_installdocs -A
-	touch install-stamp
-
-binary-arch: build install
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_compress -X.py
-	dh_fixperms
-	dh_python2
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
-
+%:
+	dh $@ --with python2
\ No newline at end of file

Modified: packages/parsedatetime/trunk/debian/source/format
===================================================================
--- packages/parsedatetime/trunk/debian/source/format	2014-06-02 04:19:30 UTC (rev 29174)
+++ packages/parsedatetime/trunk/debian/source/format	2014-06-02 04:27:25 UTC (rev 29175)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
\ No newline at end of file




More information about the Python-modules-commits mailing list