summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-09-19 10:10:33 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-09-19 10:10:33 +0200
commitdf0ac0bcd08ff8117f135cbf7c39fa485c7df258 (patch)
tree8d9076c059327f81a158b356a46174c932957365 /debian
parent8c1d8706dd43a551df8f05063dfe47ead264b3ef (diff)
downloadpylint-df0ac0bcd08ff8117f135cbf7c39fa485c7df258.tar.gz
debian packaging update
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
-rw-r--r--debian/pycompat1
-rw-r--r--debian/rules1
4 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 18f186e..9cc5eb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pylint (0.12.0-2) unstable; urgency=low
+
+ * Upload to Debian
+ * Fixed the XS-Python-Version value (closes: #388158)
+
+ -- Alexandre Fayolle <afayolle@debian.org> Tue, 19 Sep 2006 09:51:03 +0200
+
pylint (0.12.0-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index c5819aa..ce21e41 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Sylvain Thénault <sylvain.thenault@logilab.fr>
Uploaders: Alexandre Fayolle <afayolle@debian.org>
-Build-Depends: debhelper (>= 5.0.37.1), python (>=2.3.5-7), python-dev (>=2.3.5-7), python-central
+Build-Depends: debhelper (>= 5.0.37.2), python (>=2.3.5-7), python-central (>=0.5)
Standards-Version: 3.7.2
XS-Python-Version: current
diff --git a/debian/pycompat b/debian/pycompat
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/pycompat
@@ -0,0 +1 @@
+2
diff --git a/debian/rules b/debian/rules
index c845b7b..122ef9b 100644
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
build: build-stamp
build-stamp:
dh_testdir