This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository osm-gps-map.
commit e9a9a00418130a08654b7ad6db2ef609a5782b30 Author: David Paleino <da...@debian.org> Date: Thu Jun 3 08:31:08 2010 +0200 debian/rules: don't delete version.xml.in on clean --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index add12de..54c797d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ osm-gps-map (0.7.0-1) UNRELEASED; urgency=low file instead of a symlink. * debian/control: - added gnome-common build-dependency + * debian/rules: + - don't delete version.xml.in on clean - -- David Paleino <da...@debian.org> Thu, 03 Jun 2010 08:25:49 +0200 + -- David Paleino <da...@debian.org> Thu, 03 Jun 2010 08:30:50 +0200 osm-gps-map (0.6.0-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index cffb067..26147aa 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ override_dh_auto_install: override_dh_auto_clean: dh_auto_clean find . \( -name "*.o" -o -name "*.lo" -o -name "*.la" \) -delete - find . \( -name "*.in" -a -not -name "osmgpsmap.pc.in" \) -delete + find . \( -name "*.in" -a -not -name "osmgpsmap.pc.in" -a -not -name "version.xml.in" \) -delete find . \( -name ".deps" -o -name ".libs" -o -name "autom4te.cache" \) -type d | xargs rm -rf find . -name "Makefile" -delete -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel