[Python-modules-commits] r3525 - in /packages/python-pdftools/trunk/debian: changelog rules
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sun Nov 4 10:16:31 UTC 2007
Author: piotr
Date: Sun Nov 4 10:16:31 2007
New Revision: 3525
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3525
Log:
* build the package in binary-indep rule
* mark as UNRELEASED (we need to fix lack of GPL content problem)
Modified:
packages/python-pdftools/trunk/debian/changelog
packages/python-pdftools/trunk/debian/rules
Modified: packages/python-pdftools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pdftools/trunk/debian/changelog?rev=3525&op=diff
==============================================================================
--- packages/python-pdftools/trunk/debian/changelog (original)
+++ packages/python-pdftools/trunk/debian/changelog Sun Nov 4 10:16:31 2007
@@ -1,4 +1,4 @@
-python-pdftools (0.34-1) unstable; urgency=low
+python-pdftools (0.34-1) UNRELEASED; urgency=low
* Initial release (Closes: #440722)
Modified: packages/python-pdftools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pdftools/trunk/debian/rules?rev=3525&op=diff
==============================================================================
--- packages/python-pdftools/trunk/debian/rules (original)
+++ packages/python-pdftools/trunk/debian/rules Sun Nov 4 10:16:31 2007
@@ -4,46 +4,43 @@
include /usr/share/dpatch/dpatch.make
-PYDEF=$(shell pyversions -d)
PYVERS=$(shell pyversions -r)
build: patch-stamp
clean: unpatch
dh_testdir
-
+
# Add here commands to clean up after the build process.
for python in $(PYVERS); do \
$$python setup.py clean; \
done
-
- rm -f build-stamp configure-stamp
+
+ rm -f build-stamp
# Sandro: remove pdftools/__init__.pyc I think generated during setup.py clean
rm -f pdftools/*.pyc pdftools/*.pyo
-
- dh_clean
+
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
dh_installdirs
-
+
# Add here commands to install the package into debian/python-pdftools.
for python in $(PYVERS); do \
$$python setup.py install --root=debian/python-pdftools; \
done
+# Build architecture-dependent files here.
+binary-arch:
+# We have nothing to do by default.
# Build architecture-independent files here.
binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
dh_testdir
dh_testroot
- dh_installchangelogs
+ dh_installchangelogs
dh_installdocs
dh_pycentral
dh_compress
@@ -54,4 +51,4 @@
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list