[Python-modules-commits] r17603 - in packages/python-djvulibre/trunk/debian (3 files)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Fri Jun 24 14:13:37 UTC 2011
Date: Friday, June 24, 2011 @ 14:13:36
Author: danstender-guest
Revision: 17603
control: added to packet description, changelog: fixed line continuity, rules: restored clean-removal of .egg.info, changed dh_compress options
Modified:
packages/python-djvulibre/trunk/debian/changelog
packages/python-djvulibre/trunk/debian/control
packages/python-djvulibre/trunk/debian/rules
Modified: packages/python-djvulibre/trunk/debian/changelog
===================================================================
--- packages/python-djvulibre/trunk/debian/changelog 2011-06-24 13:42:54 UTC (rev 17602)
+++ packages/python-djvulibre/trunk/debian/changelog 2011-06-24 14:13:36 UTC (rev 17603)
@@ -17,17 +17,17 @@
+ removed building with cython from rules (no longer needed).
+ removal of dllpath.py after dh_install (not useful on Debian systems).
+ changed building of html docs to be processed with setup build_sphinx
- (doc/Makefile removed from upstream).
+ (doc/Makefile removed from upstream).
+ added generating of needed locales at build time to avoid build-dep on
- locales-all, added export LC_ALL=C.
+ locales-all, added export LC_ALL=C.
+ tests: passing of explicit module names not needed anymore (test
- modules have been renamed for that) and doctests option dropped (no
- doctests anymore).
+ modules have been renamed for that) and doctests option dropped (no
+ doctests anymore).
+ added override for installchangelogs to spare deb/python-djvu.changelog
- and python-djvu-dbg.changelog (also removed doc/changelog from
- python-djvu-doc.docs).
+ and python-djvu-dbg.changelog (also removed doc/changelog from
+ python-djvu-doc.docs).
+ added override for dh_compress to drop python-djvu-doc.compress
- (deprecated).
+ (deprecated).
* debian/copyright:
+ bumped DEP-5 revision to CANDIDATE.
+ changed maintainer.
Modified: packages/python-djvulibre/trunk/debian/control
===================================================================
--- packages/python-djvulibre/trunk/debian/control 2011-06-24 13:42:54 UTC (rev 17602)
+++ packages/python-djvulibre/trunk/debian/control 2011-06-24 14:13:36 UTC (rev 17603)
@@ -35,10 +35,12 @@
Provides: python-djvulibre
Description: Python support for the DjVu image format
python-djvulibre is a set of Python bindings for the DjVuLibre library,
- an open source implementation of the DjVu image format.
+ an open source implementation of the DjVu. This image format is designed
+ primarily for scanned documents, it includes advanced techniques like
+ image layer separation and arithmetic coding compression.
.
- This packet contains the actual Python bindings, please see python-djvu-
- doc for its documentation and python-djvu-dbg for debugging symbols.
+ This package contains the actual Python bindings, please see python-djvu-doc
+ for its documentation and python-djvu-dbg for debugging symbols.
Package: python-djvu-dbg
Section: debug
@@ -51,7 +53,9 @@
${shlibs:Depends}
Description: Python support for the DjVu image format (debug extension)
python-djvulibre is a set of Python bindings for the DjVuLibre library,
- an open source implementation of the DjVu image format.
+ an open source implementation of the DjVu. This image format is designed
+ primarily for scanned documents, it includes advanced techniques like
+ image layer separation and arithmetic coding compression.
.
This package contains the detached debugging symbols and the extensions built
for the Python debug interpreter.
@@ -63,6 +67,8 @@
Recommends: python-djvu
Description: Python support for the DjVu image format (documentation)
python-djvulibre is a set of Python bindings for the DjVuLibre library,
- an open source implementation of the DjVu image format.
+ an open source implementation of the DjVu. This image format is designed
+ primarily for scanned documents, it includes advanced techniques like
+ image layer separation and arithmetic coding compression.
.
This package contains technical documentation.
Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules 2011-06-24 13:42:54 UTC (rev 17602)
+++ packages/python-djvulibre/trunk/debian/rules 2011-06-24 14:13:36 UTC (rev 17603)
@@ -27,6 +27,7 @@
rm -Rf doc/build/ doc/stamp
rm -Rf build/
find . -type f \( -name '*.py[co]' -or -name '*.so' -or -name '*.c' \) -delete
+ rm -Rf *.egg-info/
rm -f djvu/config.pxi
.PHONY: override_dh_strip
@@ -56,7 +57,7 @@
.PHONY: override_dh_compress
override_dh_compress:
- dh_compress $(ls $$(CURDIR)/debian/python-*/usr/share/doc/*/changelog*)
+ dh_compress -X.txt
.PHONY: build build-arch build-indep binary binary-arch binary-indep clean
build build-arch build-indep binary binary-arch binary-indep clean:
More information about the Python-modules-commits
mailing list