[Pkg-osm-commits] [SCM] osmpbf branch, debian, updated. debian/1.2.1-3-14-gc4c3fd0

David Paleino dapal at debian.org
Mon Jan 28 19:38:43 UTC 2013


The following commit has been merged in the debian branch:
commit 02b6120bccfb85930c9b101bc5cedbf0ad65a186
Author: David Paleino <dapal at debian.org>
Date:   Mon Jan 28 20:32:38 2013 +0100

    Correctly clean up after builds.

diff --git a/debian/changelog b/debian/changelog
index a4e2aef..421d63a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ osmpbf (1.3.0-1) UNRELEASED; urgency=low
   * Use canonical Vcs-* urls in debian/control.
   * Updated debian/copyright.
   * Install ReleaseNotes.txt as upstream changelog.
+  * Correctly clean up after builds.
 
- -- David Paleino <dapal at debian.org>  Mon, 28 Jan 2013 20:23:10 +0100
+ -- David Paleino <dapal at debian.org>  Mon, 28 Jan 2013 20:32:24 +0100
 
 osmpbf (1.2.1-3) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..13d6ffc
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+include/osmpbf/fileformat.pb.h
+include/osmpbf/osmformat.pb.h
diff --git a/debian/rules b/debian/rules
index 4e68f1f..fbedc6c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,12 @@
 %:
 	dh $@ 
 
+override_dh_auto_clean:
+	dh_auto_clean
+	dh_auto_clean -Dsrc
+	dh_auto_clean -Dtools
+	mh_clean
+
 override_dh_auto_build:
 	dh_auto_build
 	dh_auto_build -Dsrc

-- 
Java library to access OpenStreetMap PDF file format



More information about the Pkg-osm-commits mailing list