Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Install docs in all packages. (closes: #892025)
· b453a4a8
Bas Couwenberg
authored
Mar 04, 2018
b453a4a8
Update Homepage URL. (closes: #892026)
· b15bc469
Bas Couwenberg
authored
Mar 04, 2018
b15bc469
Set distribution to unstable.
· ce21b85a
Bas Couwenberg
authored
Mar 04, 2018
ce21b85a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ce21b85a
proj (5.0.0-2) unstable; urgency=medium
* Install docs in all packages.
(closes: #892025)
* Update Homepage URL.
(closes: #892026)
-- Bas Couwenberg <sebastic@debian.org> Sun, 04 Mar 2018 11:48:40 +0100
proj (5.0.0-1) unstable; urgency=medium
* Strip pre-release from symbols version.
...
...
debian/control
View file @
ce21b85a
...
...
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/proj.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/proj.git
Homepage: http
s
://
github.com/OSGeo/proj.4/wiki
Homepage: http://
proj4.org/
Package: proj-data
Architecture: all
...
...
debian/rules
View file @
ce21b85a
...
...
@@ -81,7 +81,7 @@ override_dh_install:
dh_install --list-missing
override_dh_installdocs:
dh_installdocs AUTHORS NEWS README
dh_installdocs
-A
AUTHORS NEWS README
override_dh_makeshlibs:
dh_makeshlibs -- -v$(UPSTREAM_VERSION)
...
...