Skip to content
Commits on Source (5)
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)
......
......@@ -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 (>= 10)
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 (>= 11~)
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
......
......@@ -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