Skip to content
Commits on Source (6)
libtecla (1.6.3-2.1) unstable; urgency=medium
[ Helmut Grohne ]
* Do not strip during make install. (Closes: #901467)
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
-- Andreas Tille <tille@debian.org> Thu, 14 Jun 2018 13:14:22 +0200
libtecla (1.6.3-2) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -4,11 +4,11 @@ Uploaders: Scott Christley <schristley@mac.com>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
d-shlibs
Standards-Version: 4.0.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libtecla.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libtecla.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/libtecla
Vcs-Git: https://salsa.debian.org/med-team/libtecla.git
Homepage: http://www.astro.caltech.edu/~mcs/tecla/
Package: libtecla-dev
......
......@@ -3,6 +3,7 @@
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export STRIPPROG=true
%:
dh $@ --no-parallel
......