[DebianGIS-dev] [SCM] python-pyproj branch, master, updated. debian/1.8.6-1-2-g9e11f61
David Paleino
dapal at debian.org
Fri Dec 18 22:43:04 UTC 2009
The following commit has been merged in the master branch:
commit cd2d1d85eb80fa9b7efe1b5df4b3405c228bfb74
Author: David Paleino <dapal at debian.org>
Date: Fri Dec 18 23:31:46 2009 +0100
debian/control, debian/rules: remove usage of quilt (Closes: #561395)
diff --git a/debian/changelog b/debian/changelog
index 6ff73ae..8281666 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-pyproj (1.8.6-2) UNRELEASED; urgency=low
+
+ * debian/control, debian/rules: remove usage of quilt
+ (Closes: #561395)
+
+ -- David Paleino <dapal at debian.org> Fri, 18 Dec 2009 23:30:14 +0100
+
python-pyproj (1.8.6-1) unstable; urgency=low
* Initial release. (Closes: #515053)
diff --git a/debian/control b/debian/control
index 22f8666..50b63ca 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: David Paleino <dapal at debian.org>
Build-Depends: debhelper (>= 7.0.50~),
- quilt (>= 0.46-7~),
python-support,
python-dev
Standards-Version: 3.8.3
diff --git a/debian/rules b/debian/rules
index 86b98ea..5f2298e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,4 @@ override_dh_auto_install:
find $(CURDIR)/debian/python-pyproj/ -name "data" -type d | xargs rm -rf
%:
- dh --with quilt $@
+ dh $@
--
python interface to PROJ.4 library
More information about the Pkg-grass-devel
mailing list