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 633dda1a8decb8a5c3aef6d16cc8dc3b0d6b61db Author: Ross Gammon <[email protected]> Date: Fri Dec 4 16:31:28 2015 +0100 Rename -dev & -dbg packages Going through NEW anyway, and this should avoid further renames in the future. --- debian/control | 6 +++--- debian/{libosmgpsmap-1.0-1-dev.dirs => libosmgpsmap-1.0-dev.dirs} | 0 ...ibosmgpsmap-1.0-1-dev.doc-base => libosmgpsmap-1.0-dev.doc-base} | 0 ...ibosmgpsmap-1.0-1-dev.examples => libosmgpsmap-1.0-dev.examples} | 0 ...{libosmgpsmap-1.0-1-dev.install => libosmgpsmap-1.0-dev.install} | 0 debian/rules | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index b370950..f3da3f8 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/osm-gps-map.git Vcs-Git: git://anonscm.debian.org/pkg-grass/osm-gps-map.git Homepage: http://nzjrs.github.com/osm-gps-map/ -Package: libosmgpsmap-1.0-1-dev +Package: libosmgpsmap-1.0-dev Architecture: any Section: libdevel Depends: ${devlibs:Depends}, @@ -59,7 +59,7 @@ Description: GTK+ library to embed OpenStreetMap maps display. Downloads map data from a number of websites, including openstreetmap.org, openaerialmap.org and others. -Package: libosmgpsmap-1.0-1-dbg +Package: libosmgpsmap-1.0-dbg Architecture: any Multi-Arch: same Section: debug @@ -80,7 +80,7 @@ Architecture: any Section: introspection Depends: ${misc:Depends}, libosmgpsmap-1.0-1 (= ${binary:Version}) -Suggests: libosmgpsmap-1.0-1-dbg +Suggests: libosmgpsmap-1.0-dbg Description: GTK+ library to embed OpenStreetMap maps - Python bindings libosmgpsmap is a library to embed maps in applications that when given GPS co-ordinates, draws a GPS track, and points of interest on a moving map diff --git a/debian/libosmgpsmap-1.0-1-dev.dirs b/debian/libosmgpsmap-1.0-dev.dirs similarity index 100% rename from debian/libosmgpsmap-1.0-1-dev.dirs rename to debian/libosmgpsmap-1.0-dev.dirs diff --git a/debian/libosmgpsmap-1.0-1-dev.doc-base b/debian/libosmgpsmap-1.0-dev.doc-base similarity index 100% rename from debian/libosmgpsmap-1.0-1-dev.doc-base rename to debian/libosmgpsmap-1.0-dev.doc-base diff --git a/debian/libosmgpsmap-1.0-1-dev.examples b/debian/libosmgpsmap-1.0-dev.examples similarity index 100% rename from debian/libosmgpsmap-1.0-1-dev.examples rename to debian/libosmgpsmap-1.0-dev.examples diff --git a/debian/libosmgpsmap-1.0-1-dev.install b/debian/libosmgpsmap-1.0-dev.install similarity index 100% rename from debian/libosmgpsmap-1.0-1-dev.install rename to debian/libosmgpsmap-1.0-dev.install diff --git a/debian/rules b/debian/rules index 3139043..5ab5d7a 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ override_dh_makeshlibs: dh_makeshlibs -- -v$(UPSTREAM_VERSION) override_dh_strip: - dh_strip --keep-debug --dbg-package=libosmgpsmap-1.0-1-dbg + dh_strip --keep-debug --dbg-package=libosmgpsmap-1.0-dbg %: dh $@ -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

