[Python-apps-commits] r10895 - in packages/pypar2/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed May 28 20:36:02 UTC 2014


    Date: Wednesday, May 28, 2014 @ 20:36:01
  Author: piotr
Revision: 10895

* Use dh_python2 instead of dh_pysupport to handle .py files
* Change source format to 3.0 (quilt)
* Standards-Version updated to 3.9.5
  - build-arch and build-indep targets added to debian/rules

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

Modified: packages/pypar2/trunk/debian/changelog
===================================================================
--- packages/pypar2/trunk/debian/changelog	2014-05-27 11:30:59 UTC (rev 10894)
+++ packages/pypar2/trunk/debian/changelog	2014-05-28 20:36:01 UTC (rev 10895)
@@ -1,9 +1,16 @@
-pypar2 (1.4-7) UNRELEASED; urgency=low
+pypar2 (1.4-7) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:36 +0200
+  [ Piotr Ożarowski ]
+  * Use dh_python2 instead of dh_pysupport to handle .py files
+  * Change source format to 3.0 (quilt)
+  * Standards-Version updated to 3.9.5
+    - build-arch and build-indep targets added to debian/rules
 
+ -- Piotr Ożarowski <piotr at debian.org>  Wed, 28 May 2014 22:12:55 +0200
+
 pypar2 (1.4-6) unstable; urgency=low
 
   * Team upload.

Modified: packages/pypar2/trunk/debian/control
===================================================================
--- packages/pypar2/trunk/debian/control	2014-05-27 11:30:59 UTC (rev 10894)
+++ packages/pypar2/trunk/debian/control	2014-05-28 20:36:01 UTC (rev 10895)
@@ -3,9 +3,8 @@
 Priority: extra
 Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Python Applications Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
-Build-Depends-Indep: python-support, python (>= 2.3.5-11)
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 5), dh-python, python
+Standards-Version: 3.9.5
 Homepage: http://pypar2.silent-blade.org/
 XS-Python-Version: >=2.4
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pypar2/trunk/
@@ -13,7 +12,7 @@
 
 Package: pypar2
 Architecture: all
-Depends: par2 (>= 0.4-6), ${python:Depends}, python-gtk2 (>= 2.8.6-1), python-glade2 (>= 2.8.6-1), python-vte (>= 0.12.2-1)
+Depends: par2 (>= 0.4-6), ${python:Depends}, python-gtk2 (>= 2.8.6-1), python-glade2 (>= 2.8.6-1), python-vte (>= 0.12.2-1), ${misc:Depends}
 XB-Python-Version: ${python:Versions}
 Description: graphical frontend for the par2 utility
  Par2 files create redundant data that can be used later in case parts

Modified: packages/pypar2/trunk/debian/rules
===================================================================
--- packages/pypar2/trunk/debian/rules	2014-05-27 11:30:59 UTC (rev 10894)
+++ packages/pypar2/trunk/debian/rules	2014-05-28 20:36:01 UTC (rev 10895)
@@ -3,27 +3,23 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
+build:
+build-indep:
+build-arch:
 
-build-stamp:
+clean:
 	dh_testdir
-	touch $@
-
-build: patch build-stamp
-
-clean: unpatch
-	dh_testdir
 	dh_testroot
 	$(MAKE) clean
 	dh_clean build-stamp
 
-install: build
+install:
 	dh_testdir
 	dh_testroot
 	dh_installdirs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/pypar2 prefix=/usr install
 
-binary-indep: build install
+binary-indep: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs -i doc/whatsnew.txt
@@ -33,14 +29,14 @@
 	dh_compress -i
 	dh_fixperms -i
 	chmod +x debian/pypar2/usr/share/pypar2/src/main.py
-	dh_pysupport -i
+	dh_python2 -i
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
 	dh_builddeb -i
 
-binary-arch: build install
+binary-arch: install
 
 binary: binary-indep binary-arch
 
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-indep build-arch clean binary-indep binary-arch binary install

Modified: packages/pypar2/trunk/debian/source/format
===================================================================
--- packages/pypar2/trunk/debian/source/format	2014-05-27 11:30:59 UTC (rev 10894)
+++ packages/pypar2/trunk/debian/source/format	2014-05-28 20:36:01 UTC (rev 10895)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-apps-commits mailing list