[Python-apps-commits] r7356 - in packages/ocrodjvu/trunk/debian (4 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sun Jul 24 16:24:15 UTC 2011


    Date: Sunday, July 24, 2011 @ 16:24:13
  Author: danstender-guest
Revision: 7356

copyright: corrected 'Format' and 'Upstream-Contact', added missing 'Copyright' field; switched to build with dh_python2 (needs some more work)

Modified:
  packages/ocrodjvu/trunk/debian/changelog
  packages/ocrodjvu/trunk/debian/control
  packages/ocrodjvu/trunk/debian/copyright
  packages/ocrodjvu/trunk/debian/rules

Modified: packages/ocrodjvu/trunk/debian/changelog
===================================================================
--- packages/ocrodjvu/trunk/debian/changelog	2011-07-24 08:27:00 UTC (rev 7355)
+++ packages/ocrodjvu/trunk/debian/changelog	2011-07-24 16:24:13 UTC (rev 7356)
@@ -11,6 +11,8 @@
     + Wrapped-and-sorted.
     + Added build-deps on python-imaging and locales-all.
     + Changed Vcs-Browser URL.
+    + removed build-dep on python-support (changed to build with
+      dh_python2.
   * Changes of debian/copyright
     + Extended copyrights to 2011.
     + tests/alice* moved to tests/hocr2djvused/alice*,
@@ -18,10 +20,11 @@
     + Changed maintainer.
     + Added myself as copyright holder of debian/*.
   * Changes of debian/rules
+    + changed to build with dh_python2.
     + Remove of subdirectory loop for nosetests.
     + Remove option --with-doctests for nosetests.
 
- -- Daniel Stender <daniel at danielstender.com>  Wed, 20 Jul 2011 17:19:59 +0200
+ -- Daniel Stender <daniel at danielstender.com>  Sun, 24 Jul 2011 18:19:55 +0200
 
 ocrodjvu (0.6.1-1) experimental; urgency=low
 

Modified: packages/ocrodjvu/trunk/debian/control
===================================================================
--- packages/ocrodjvu/trunk/debian/control	2011-07-24 08:27:00 UTC (rev 7355)
+++ packages/ocrodjvu/trunk/debian/control	2011-07-24 16:24:13 UTC (rev 7356)
@@ -15,8 +15,7 @@
  python-imaging,
  python-lxml,
  python-nose,
- python-pyicu,
- python-support (>= 0.90)
+ python-pyicu
 XS-Python-Version: >= 2.5
 Standards-Version: 3.9.2
 Homepage: http://jwilk.net/software/ocrodjvu

Modified: packages/ocrodjvu/trunk/debian/copyright
===================================================================
--- packages/ocrodjvu/trunk/debian/copyright	2011-07-24 08:27:00 UTC (rev 7355)
+++ packages/ocrodjvu/trunk/debian/copyright	2011-07-24 16:24:13 UTC (rev 7356)
@@ -1,6 +1,6 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
 Upstream-Name: ocrodjvu
-Upstream-Contact: Daniel Stender <daniel at danielstender.com>
+Upstream-Contact: Jakub Wilk <jwilk at jwilk.net>
 Source: http://jwilk.net/software/ocrodjvu
 
 Files: *
@@ -8,6 +8,7 @@
 License: GPL-2
 
 Files: tests/hocr2djvused/alice*
+Copyright: not applicable
 License: public-domain
  Intellectual property rights have expired.
 

Modified: packages/ocrodjvu/trunk/debian/rules
===================================================================
--- packages/ocrodjvu/trunk/debian/rules	2011-07-24 08:27:00 UTC (rev 7355)
+++ packages/ocrodjvu/trunk/debian/rules	2011-07-24 16:24:13 UTC (rev 7356)
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
+%:
+	dh $@ --with python2
 
-.PHONY: build
-build:
-	dh build
-
-.PHONY: build-arch
-build-arch:
-
-.PHONY: build-indep
-build-indep: build
-
-.PHONY: install
-install: build
-	dh install
-
-.PHONY: override_dh_auto_install
-override_dh_auto_install:
-
-.PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	set -e -x; \
@@ -25,20 +9,3 @@
 		$$python /usr/bin/nosetests --all-modules --verbose; \
 	done
 endif
-
-.PHONY: binary
-binary:
-	dh binary
-
-.PHONY: binary-arch
-binary-arch:
-
-.PHONY: binary-indep
-binary-indep: binary
-
-.PHONY: clean
-clean:
-	dh clean
-	find -name '*.py[co]' -delete
-
-# vim:ts=4 sw=4 noet




More information about the Python-apps-commits mailing list