Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Cleanup d/rules
· d25f21eb
Andreas Tille
authored
Jan 08, 2019
d25f21eb
debhelper 11
· 67b1e460
Andreas Tille
authored
Jan 08, 2019
67b1e460
Point Vcs fields to salsa.debian.org
· 527b8412
Andreas Tille
authored
Jan 08, 2019
527b8412
Standards-Version: 4.3.0
· 9eecdfe5
Andreas Tille
authored
Jan 08, 2019
9eecdfe5
Upload to unstable
· b20565fa
Andreas Tille
authored
Jan 08, 2019
b20565fa
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b20565fa
librandom123 (1.09+dfsg-2) unstable; urgency=medium
* Cleanup d/rules
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
-- Andreas Tille <tille@debian.org> Tue, 08 Jan 2019 16:41:00 +0100
librandom123 (1.09+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #857713)
...
...
debian/compat
View file @
b20565fa
1
0
1
1
debian/control
View file @
b20565fa
...
...
@@ -3,10 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
)
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/librandom123
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/librandom123.git
Build-Depends: debhelper (>= 1
1~
)
Standards-Version:
4.3.0
Vcs-Browser: https://
salsa
.debian.org/
med-team
/librandom123
Vcs-Git: https://
salsa
.debian.org/
med-team
/librandom123.git
Homepage: http://www.deshawresearch.com/resources_random123.html
Package: librandom123-dev
...
...
debian/rules
View file @
b20565fa
...
...
@@ -3,24 +3,5 @@
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
# some helpful variables - uncomment them if needed
# shamelessly stolen from http://jmtd.net/log/awk/
#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
#GIT_TAG := $(subst ~,_,$(VERSION))
# alternatively to manually set those variables, you can
# include /usr/share/dpkg/default.mk
# and use what is set there.
# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
#get-orig-source:
# . debian/get-orig-source