[Python-modules-commits] r1042 - in /packages/pyme/trunk/debian:
control control.in rules
arnau-guest at users.alioth.debian.org
arnau-guest at users.alioth.debian.org
Sat Jun 24 14:52:49 UTC 2006
Author: arnau-guest
Date: Sat Jun 24 14:52:45 2006
New Revision: 1042
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1042
Log:
Add DEB_COMPRESS_EXCLUDE for .py, glade, gladep files and add forgotten fields in debian/control*
Modified:
packages/pyme/trunk/debian/control
packages/pyme/trunk/debian/control.in
packages/pyme/trunk/debian/rules
Modified: packages/pyme/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyme/trunk/debian/control?rev=1042&op=diff
==============================================================================
--- packages/pyme/trunk/debian/control (original)
+++ packages/pyme/trunk/debian/control Sat Jun 24 14:52:45 2006
@@ -8,10 +8,11 @@
Standards-Version: 3.7.2
Package: python-pyme
-Architecture: all
+Architecture: any
Conflicts: python2.3-pyme (<< 0.7.0-2), python2.4-pyme (<< 0.7.0-2)
Replaces: python2.3-pyme (<< 0.7.0-2), python2.4-pyme (<< 0.7.0-2)
Provides: ${python:Provides}
+Depends: ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Suggests: python-pyme-doc
Description: Python interface to the GPGME GnuPG encryption library
Modified: packages/pyme/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/python-modules/packages/pyme/trunk/debian/control.in?rev=1042&op=diff
==============================================================================
--- packages/pyme/trunk/debian/control.in (original)
+++ packages/pyme/trunk/debian/control.in Sat Jun 24 14:52:45 2006
@@ -11,6 +11,7 @@
Conflicts: python2.3-pyme (<< 0.7.0-2), python2.4-pyme (<< 0.7.0-2)
Replaces: python2.3-pyme (<< 0.7.0-2), python2.4-pyme (<< 0.7.0-2)
Provides: ${python:Provides}
+Depends: ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Suggests: python-pyme-doc
Description: Python interface to the GPGME GnuPG encryption library
Modified: packages/pyme/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyme/trunk/debian/rules?rev=1042&op=diff
==============================================================================
--- packages/pyme/trunk/debian/rules (original)
+++ packages/pyme/trunk/debian/rules Sat Jun 24 14:52:45 2006
@@ -11,6 +11,9 @@
# In order to run `make swig' one time only for the build
STAMP_MAKE_SWIG=debian/stamp-make-swig
+
+# Don't compress .py, .glade and .gladep files
+DEB_COMPRESS_EXCLUDE := .py .glade .gladep
# Documentations
DEB_HTML_DOC=debian/html
More information about the Python-modules-commits
mailing list