Skip to content
Commits on Source (6)
suitename (0.3.070628-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* hardening=+all
-- Andreas Tille <tille@debian.org> Tue, 03 Jul 2018 22:05:58 +0200
suitename (0.3.070628-1) unstable; urgency=low
* Initial release (Closes: #793192)
......
Source: suitename
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Michael Prisant <michael.prisant@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/suitename.git
Vcs-Git: git://anonscm.debian.org/debian-med/suitename.git
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/suitename
Vcs-Git: https://salsa.debian.org/med-team/suitename.git
Homepage: http://kinemage.biochem.duke.edu/software/suitename.php
Package: suitename
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: categorize each suite in an RNA backbone
Suitename is a program that supports the ROC RNA Ontology Consortium
consensus RNA backbone nomenclature and conformer-list development.
......
......@@ -4,7 +4,18 @@ Description: Propagate hardening options
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -15,7 +15,7 @@ OBJS = suitename.o suitenscrt.o suitenin
@@ -1,9 +1,7 @@
# suitename
ifeq ($(MAKECMDGOALS),debug)
-CFLAGS = -g
-else
-CFLAGS =
+CFLAGS += -g
endif
LIBS = -lm
@@ -15,7 +13,7 @@ OBJS = suitename.o suitenscrt.o suitenin
# ---------------------------------------------------------------------
HEADERS = suitename.h suitenscrt.h suitenutil.h suiteninit.h suiteninpt.h suitenout.h
suitename: $(OBJS)
......
......@@ -2,22 +2,10 @@
# DH_VERBOSE := 1
# 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/cdbs/1/rules/buildvars.mk
# and use what is set there. Any hint whether dh might set variables in
# a similar manner are welcome.
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
override_dh_auto_build:
dh_auto_build --buildsystem=makefile -- -f Makefile.linux suitename
dh_auto_build --buildsystem=makefile -- -f Makefile.linux MAKECMDGOALS=debug suitename