Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Add d-shlibmove override for libfribidi0-dev -> libfribidi-dev.
· 0640b78a
Bas Couwenberg
authored
May 03, 2018
0640b78a
Explicitly remove files not included in any package.
· 908c3886
Bas Couwenberg
authored
May 03, 2018
908c3886
Close bug in changelog.
· 76f28961
Bas Couwenberg
authored
May 03, 2018
76f28961
Drop obsolete dbg package.
· 52da785c
Bas Couwenberg
authored
May 03, 2018
52da785c
Update Homepage URL to use HTTPS.
· c9df71c8
Bas Couwenberg
authored
May 03, 2018
c9df71c8
Set distribution to unstable.
· 7740583c
Bas Couwenberg
authored
May 03, 2018
7740583c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7740583c
osm-gps-map (1.1.0-3)
UNRELEASED
; urgency=medium
osm-gps-map (1.1.0-3)
unstable
; urgency=medium
* Team upload.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Bump Standards-Version to 4.1.4, no changes.
* Add d-shlibmove override for libfribidi0-dev -> libfribidi-dev.
(closes: #897468)
* Explicitly remove files not included in any package.
* Drop obsolete dbg package.
* Update Homepage URL to use HTTPS.
-- Bas Couwenberg <sebastic@debian.org>
Sun, 21 Jan 2018 10:13:28
+0
1
00
-- Bas Couwenberg <sebastic@debian.org>
Thu, 03 May 2018 13:07:42
+0
2
00
osm-gps-map (1.1.0-2) unstable; urgency=medium
...
...
debian/control
View file @
7740583c
...
...
@@ -5,7 +5,7 @@ Uploaders: David Paleino <dapal@debian.org>,
Ross Gammon <rossgammon@mail.dk>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9
~
),
Build-Depends: debhelper (>= 9
.20160114
),
libtool,
automake,
dh-autoreconf,
...
...
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 9~),
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/debian-gis-team/osm-gps-map
Vcs-Git: https://salsa.debian.org/debian-gis-team/osm-gps-map.git
Homepage: http://nzjrs.github.com/osm-gps-map/
Homepage: http
s
://nzjrs.github.com/osm-gps-map/
Package: libosmgpsmap-1.0-dev
Architecture: any
...
...
@@ -59,23 +59,6 @@ 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-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: libosmgpsmap-1.0-1 (= ${binary:Version}),
${misc:Depends}
Conflicts: libosmgpsmap-1.0-0-dbg
Replaces: libosmgpsmap-1.0-0-dbg
Description: GTK+ library to embed OpenStreetMap maps - debugging symbols
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
display. Downloads map data from a number of websites, including
openstreetmap.org, openaerialmap.org and others.
.
This package contains the debugging symbols for the shared library and its
Python bindings.
Package: gir1.2-osmgpsmap-1.0
Architecture: any
Section: introspection
...
...
debian/rules
View file @
7740583c
...
...
@@ -24,20 +24,30 @@ override_dh_auto_configure:
override_dh_install
:
find debian/tmp
-name
'*.la'
-delete
d-shlibmove
--commit
\
--multiarch
\
--override
s/libgtk-3-0-dev/libgtk-3-dev/
\
--override
s/libsoup-2.4-1-dev/libsoup2.4-dev/
\
--override
s/libcairo-gobject2-dev/libcairo2-dev/
\
--override
s/libfribidi0-dev/libfribidi-dev/
\
--override
s/libgdk-3-0-dev/libgtk-3-dev/
\
--movedev
debian/tmp/usr/include/*
usr/
include
\
--devunversioned
\
debian/tmp/usr/lib/*/lib*.so
# Explicitly remove files not included in any package
$(RM)
debian/tmp/usr/share/doc/osm-gps-map/AUTHORS
$(RM)
debian/tmp/usr/share/doc/osm-gps-map/ChangeLog
$(RM)
debian/tmp/usr/share/doc/osm-gps-map/COPYING
$(RM)
debian/tmp/usr/share/doc/osm-gps-map/NEWS
$(RM)
debian/tmp/usr/share/doc/osm-gps-map/README
dh_install
--list-missing
override_dh_makeshlibs
:
dh_makeshlibs
--
-v
$(
UPSTREAM_VERSION
)
override_dh_strip
:
dh_strip
--
keep-debug
--dbg-package
=
libosmgpsmap-1.0-dbg
dh_strip
--
dbgsym-migration
=
'
libosmgpsmap-1.0-dbg
(<< 1.1.0-3~)'