[Python-modules-commits] r6266 - in packages (5 files)
gaspa-guest at users.alioth.debian.org
gaspa-guest at users.alioth.debian.org
Thu Aug 21 08:02:25 UTC 2008
Date: Thursday, August 21, 2008 @ 08:02:23
Author: gaspa-guest
Revision: 6266
renamed source package python-pypoppler to python-poppler
Added:
packages/python-poppler/
(from rev 6265, packages/python-pypoppler)
Modified:
packages/python-poppler/trunk/debian/changelog
packages/python-poppler/trunk/debian/control
packages/python-poppler/trunk/debian/rules
Deleted:
packages/python-pypoppler/
Copied: packages/python-poppler (from rev 6265, packages/python-pypoppler)
Modified: packages/python-poppler/trunk/debian/changelog
===================================================================
--- packages/python-pypoppler/trunk/debian/changelog 2008-08-20 19:03:24 UTC (rev 6265)
+++ packages/python-poppler/trunk/debian/changelog 2008-08-21 08:02:23 UTC (rev 6266)
@@ -1,4 +1,4 @@
-python-pypoppler (0.8.1-1) UNRELEASED; urgency=low
+python-poppler (0.8.1-1) UNRELEASED; urgency=low
[ Andrea Gasparini ]
* First upload (Closes: #453391)
Modified: packages/python-poppler/trunk/debian/control
===================================================================
--- packages/python-pypoppler/trunk/debian/control 2008-08-20 19:03:24 UTC (rev 6265)
+++ packages/python-poppler/trunk/debian/control 2008-08-21 08:02:23 UTC (rev 6266)
@@ -1,4 +1,4 @@
-Source: python-pypoppler
+Source: python-poppler
Section: python
Priority: optional
Maintainer: Andrea Gasparini <gaspa at yattaweb.it>
@@ -8,14 +8,14 @@
libxcb-render-util0-dev (>= 0.2+git36-1~), python-central
Standards-Version: 3.8.0
XS-Python-Version: >= 2.4
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pypoppler/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pypoppler/trunk/?op=log
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-poppler/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-poppler/trunk/?op=log
Homepage: http://www.gnome.org/~gianmt/
Package: python-poppler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>=2.10.0), python-gobject (>= 2.10.1), python-cairo (>= 1.2.0)
-Suggests: python-pypoppler-dbg
+Suggests: python-poppler-dbg
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Poppler Python bindings
@@ -27,7 +27,7 @@
Package: python-poppler-dbg
Architecture: any
Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pypoppler (= ${binary:Version}), python-dbg
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-poppler (= ${binary:Version}), python-dbg
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Poppler Python bindings
Modified: packages/python-poppler/trunk/debian/rules
===================================================================
--- packages/python-pypoppler/trunk/debian/rules 2008-08-20 19:03:24 UTC (rev 6265)
+++ packages/python-poppler/trunk/debian/rules 2008-08-21 08:02:23 UTC (rev 6266)
@@ -47,12 +47,12 @@
dh_installdirs
for pyvers in ${PYTHONS}; do\
(cd build/py$$pyvers/;\
- DESTDIR=$(CURDIR)/debian/python-pypoppler $(MAKE) install);\
+ DESTDIR=$(CURDIR)/debian/python-poppler $(MAKE) install);\
done
for pyvers in ${PYTHONS}; do\
(cd build/py$${pyvers}-dbg/;\
- DESTDIR=$(CURDIR)/debian/python-pypoppler-dbg $(MAKE) install);\
- rm -rf $(CURDIR)/debian/python-pypoppler-dbg/usr/lib/python$$pyvers;\
+ DESTDIR=$(CURDIR)/debian/python-poppler-dbg $(MAKE) install);\
+ rm -rf $(CURDIR)/debian/python-poppler-dbg/usr/lib/python$$pyvers;\
done
find debian -name "*.la" -exec rm -f {} \;
@@ -67,7 +67,7 @@
dh_installdocs
dh_install
dh_installexamples
- dh_strip --dbg-package=python-pypoppler-dbg
+ dh_strip --dbg-package=python-poppler-dbg
dh_compress --exclude=.py --exclude=.resX
dh_pycentral
dh_fixperms
More information about the Python-modules-commits
mailing list