Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Add autopkgtest to test installability.
· a0057c68
Bas Couwenberg
authored
Jul 20, 2018
a0057c68
Use pkg-info.mk variables instead of dpkg-parsechangelog output.
· 9e71b2e9
Bas Couwenberg
authored
Jul 20, 2018
9e71b2e9
Drop README.source template.
· 4e69e93c
Bas Couwenberg
authored
Jul 20, 2018
4e69e93c
Set distribution to unstable.
· 12c40026
Bas Couwenberg
authored
Jul 20, 2018
12c40026
Show whitespace changes
Inline
Side-by-side
debian/README.source
deleted
100644 → 0
View file @
ad6d0731
libosm-gary68-perl for Debian
-----------------------------
<this file describes information about the source package, see Debian policy
manual section 4.14. You WILL either need to modify or delete this file>
debian/changelog
View file @
12c40026
libosm-gary68-perl (0.0~svn26727-3)
UNRELEASED
; urgency=medium
libosm-gary68-perl (0.0~svn26727-3)
unstable
; urgency=medium
* Change priority from extra to optional.
* Bump Standards-Version to 4.1.5, changes: priority.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Strip trailing whitespace from control file.
* Add autopkgtest to test installability.
* Use pkg-info.mk variables instead of dpkg-parsechangelog output.
* Drop README.source template.
-- Bas Couwenberg <sebastic@debian.org>
Sun, 24 Sep 2017 13:07:12
+0200
-- Bas Couwenberg <sebastic@debian.org>
Fri, 20 Jul 2018 08:06:58
+0200
libosm-gary68-perl (0.0~svn26727-2) unstable; urgency=medium
...
...
debian/rules
View file @
12c40026
...
...
@@ -4,8 +4,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include
/usr/share/dpkg/pkg-info.mk
ifeq
($(SVNREV),)
SVNREV
=
$(
shell
dpkg-parsechangelog |
grep
^Version |
cut
-d-
-f1
|
awk
-F
"svn"
'{print $$2
}
'
)
SVNREV
=
$(
shell
echo
$(
DEB_VERSION_UPSTREAM
)
|
awk
-F
"svn"
'{print $$2
}
'
)
endif
SVNREPO
=
http://svn.openstreetmap.org/applications/utils/gary68/OSM/
...
...
debian/tests/control
0 → 100644
View file @
12c40026
# Test installability
Depends: @
Test-Command: /bin/true