[Python-modules-commits] r6903 - in packages/pycryptopp/trunk (6 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Nov 18 22:41:03 UTC 2008


    Date: Tuesday, November 18, 2008 @ 22:41:02
  Author: piotr
Revision: 6903

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pycryptopp/trunk/debian/
  packages/pycryptopp/trunk/debian/changelog
  packages/pycryptopp/trunk/debian/compat
  packages/pycryptopp/trunk/debian/control
  packages/pycryptopp/trunk/debian/copyright
  packages/pycryptopp/trunk/debian/rules


Property changes on: packages/pycryptopp/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/pycryptopp/trunk/debian/changelog
===================================================================
--- packages/pycryptopp/trunk/debian/changelog	                        (rev 0)
+++ packages/pycryptopp/trunk/debian/changelog	2008-11-18 22:41:02 UTC (rev 6903)
@@ -0,0 +1,5 @@
+pycryptopp (0.5.10-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #XXXXXX).
+
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 18 Nov 2008 22:51:50 +0100

Added: packages/pycryptopp/trunk/debian/compat
===================================================================
--- packages/pycryptopp/trunk/debian/compat	                        (rev 0)
+++ packages/pycryptopp/trunk/debian/compat	2008-11-18 22:41:02 UTC (rev 6903)
@@ -0,0 +1 @@
+5

Added: packages/pycryptopp/trunk/debian/control
===================================================================
--- packages/pycryptopp/trunk/debian/control	                        (rev 0)
+++ packages/pycryptopp/trunk/debian/control	2008-11-18 22:41:02 UTC (rev 6903)
@@ -0,0 +1,27 @@
+Source: pycryptopp
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Ożarowski <piotr at debian.org>
+Build-Depends: debhelper (>= 5), python-all-dev, python-all-dbg, python-support (>= 0.6.4), python-setuptools (>= 0.6b3), libcrypto++-dev
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycryptopp/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pycryptopp/trunk/?op=log
+
+Package: python-pycryptopp
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: Python wrappers for the Crypto++ library
+ TODO 
+
+Package: python-pycryptopp-dbg
+Architecture: any
+Priority: extra
+Depends: python-pycryptopp (= ${binary:Version}), python-dbg, ${shlibs:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: Python wrappers for the Crypto++ library
+ TODO
+ .
+ This package contains the extension built for the Python debug interpreter.

Added: packages/pycryptopp/trunk/debian/copyright
===================================================================
--- packages/pycryptopp/trunk/debian/copyright	                        (rev 0)
+++ packages/pycryptopp/trunk/debian/copyright	2008-11-18 22:41:02 UTC (rev 6903)
@@ -0,0 +1 @@
+TODO

Added: packages/pycryptopp/trunk/debian/rules
===================================================================
--- packages/pycryptopp/trunk/debian/rules	                        (rev 0)
+++ packages/pycryptopp/trunk/debian/rules	2008-11-18 22:41:02 UTC (rev 6903)
@@ -0,0 +1,66 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+PYVERS=$(shell pyversions -vr)
+PKGDIR=$(CURDIR)/debian/python-pycryptopp
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -rf dist build build-*
+	find . -name '*\.pyc' -delete
+	dh_clean install-stamp build-stamp \
+		$(PYVERS:%=install-python%) $(PYVERS:%=build-python%) \
+		$(PYVERS:%=install-debug-python%) $(PYVERS:%=build-debug-python%)
+
+build: build-stamp
+
+build-stamp: $(PYVERS:%=build-python%) $(PYVERS:%=build-debug-python%)
+	touch $@
+
+build-python%:
+	python$* setup.py build --disable-embedded-cryptopp
+	touch $@
+
+build-debug-python%:
+	python$*-dbg setup.py build --disable-embedded-cryptopp
+	touch $@
+
+install: $(PYVERS:%=install-python%) $(PYVERS:%=install-debug-python%)
+
+install-python%: build
+	python$* setup.py install \
+		--skip-build --single-version-externally-managed --root $(PKGDIR)
+	touch $@
+
+install-debug-python%: build
+	python$*-dbg setup.py install \
+		--skip-build --single-version-externally-managed --root $(PKGDIR)-dbg/
+	find $(PKGDIR)-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete
+	find $(PKGDIR)-dbg/usr/lib/python$*/ -depth -empty -delete
+	touch $@
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_pysupport
+	dh_makeshlibs
+	dh_strip --dbg-package=python-pycryptopp-dbg
+	rm -rf $(PKGDIR)-dbg/usr/share/doc/python-pycryptopp-dbg
+	ln -s python-pycryptopp $(PKGDIR)-dbg/usr/share/doc/python-pycryptopp-dbg
+	dh_compress -a -X.py
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a -- -Z bzip2
+
+binary-indep:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/pycryptopp/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Python-modules-commits mailing list