diff --git a/debian/changelog b/debian/changelog index 113364eae0fae7fa837410f7975585b878c2a5de_ZGViaWFuL2NoYW5nZWxvZw==..95b1b9c0d6adc588ad3b402283c2438949a0c8eb_ZGViaWFuL2NoYW5nZWxvZw== 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rql (0.15.2-2) unstable; urgency=low + + * add debian/compat and debian/pycompat files, remove DH_COMPAT from rules + * fixed uploaders/maintainer in debian/control + + -- + rql (0.15.2-1) unstable; urgency=low * new upstream release diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..95b1b9c0d6adc588ad3b402283c2438949a0c8eb_ZGViaWFuL2NvbXBhdA== --- /dev/null +++ b/debian/compat @@ -0,0 +1,1 @@ +5 diff --git a/debian/control b/debian/control index 113364eae0fae7fa837410f7975585b878c2a5de_ZGViaWFuL2NvbnRyb2w=..95b1b9c0d6adc588ad3b402283c2438949a0c8eb_ZGViaWFuL2NvbnRyb2w= 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: rql Section: python Priority: optional -Maintainer: Sylvain Thenault <sylvain.thenault@logilab.fr> +Maintainer: Logilab Packaging Team <contact@logilab.fr> +Uploaders: Sylvain Thenault <sylvain.thenault@logilab.fr> Build-Depends: debhelper (>= 5.0.37.1), python-dev (>=2.4), python (>=2.4), python-central (>= 0.5) XS-Python-Version: >= 2.4 Standards-Version: 3.7.2 diff --git a/debian/pycompat b/debian/pycompat new file mode 100644 index 0000000000000000000000000000000000000000..95b1b9c0d6adc588ad3b402283c2438949a0c8eb_ZGViaWFuL3B5Y29tcGF0 --- /dev/null +++ b/debian/pycompat @@ -0,0 +1,1 @@ +2 diff --git a/debian/rules b/debian/rules index 113364eae0fae7fa837410f7975585b878c2a5de_ZGViaWFuL3J1bGVz..95b1b9c0d6adc588ad3b402283c2438949a0c8eb_ZGViaWFuL3J1bGVz 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,9 @@ # adapted by Logilab for automatic generation by debianize # (part of the devtools project, http://www.logilab.org/projects/devtools) # -# Copyright (c) 2003-2005 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -9,11 +9,8 @@ # http://www.logilab.fr/ -- mailto:contact@logilab.fr # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=5 - build: build-stamp build-stamp: dh_testdir @@ -38,7 +35,7 @@ # remove test directory (installed in in the doc directory) rm -rf debian/python-rql/usr/lib/python*/site-packages/rql/test # install tests - (cd test && find . -type f -not \( -path '*/CVS/*' -or -name '*.pyc' \) -exec install -D --mode=644 {} ../debian/python-rql/usr/share/doc/python-rql/test/{} \;) + (cd test && find . -type f -not \( -name '*.pyc' \) -exec install -D --mode=644 {} ../debian/python-rql/usr/share/doc/python-rql/test/{} \;) # Build architecture-independent files here. binary-indep: build install