summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2009-02-03 17:00:25 +0100
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2009-02-03 17:00:25 +0100
commitc95b76af3cd00bdf51e212f052069ed7c76419e1 (patch)
tree9b35a71312e23febca50c94cc96779c7817b4588
parent8acf23ce519c216e68e1dd6307ae4bc3476a9d29 (diff)
downloadlogilab-common-c95b76af3cd00bdf51e212f052069ed7c76419e1.tar.gz
Sandro Tosi's packaging enhancements
-rw-r--r--debian/changelog12
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/watch5
4 files changed, 13 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 9edb3d3..1ed118a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-logilab-common (0.38.1-1) unstable; urgency=low
+logilab-common (0.38.0-2) UNRELEASED; urgency=low
- * new upstream release
+ * New upstream release
+ * debian/watch
+ - added opts=pasv to parse correctly remote ftp site
+ - bump version to 3
+ - removed path to debian package and command to execute after download
+ * debian/copyright
+ - updated upstream copyright information
- --
+ -- Sandro Tosi <morph@debian.org> Sun, 01 Feb 2009 18:08:57 +0100
logilab-common (0.38.0-1) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 270613a..2d9923b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Upstream Author:
Copyright:
- Copyright (c) 2000-2008 LOGILAB S.A. (Paris, FRANCE).
+ Copyright (c) 2000-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
http://www.logilab.fr/ -- mailto:contact@logilab.fr
License:
diff --git a/debian/rules b/debian/rules
index 57da4e9..e15c1e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ build-stamp:
python setup.py -q build
# build doc
- $(MAKE) -C doc || true
+ $(MAKE) -C doc
touch build-stamp
diff --git a/debian/watch b/debian/watch
index f06fd3c..319a5c8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
-version=2
-ftp://ftp.logilab.org/pub/common/logilab-common-(.*)\.tar\.gz debian uupdate
-
+version=3
+opts=pasv ftp://ftp.logilab.org/pub/common/logilab-common-(.*)\.tar\.gz