Codebase list tigr-glimmer / 1af8e51
Use dh instead of cdbs Andreas Tille 10 years ago
4 changed file(s) with 10 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
+0
-5
debian/README.source less more
0 This packages uses the quilt patch system. Please read
1 /usr/share/doc/quilt/README.source for more information.
2
3 -- Andreas Tille <tille@debian.org> Thu, 21 Jan 2010 22:07:47 +0100
4
55 - updated homepage URL
66 - cme fix dpkg-control
77 - canonical Vcs URLs
8 - dropped cdbs + quilt from Build-Depends
9 * debian/README.source: deleted because redundant
10 * debian/rules: switch from cdbs to dh
811
912 -- Andreas Tille <tille@debian.org> Thu, 10 May 2012 11:11:57 +0200
1013
44 Section: science
55 Priority: optional
66 Build-Depends: debhelper (>= 9),
7 docbook-to-man,
8 cdbs,
9 quilt
7 docbook-to-man
108 Standards-Version: 3.9.4
119 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/tigr-glimmer/trunk/
1210 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/tigr-glimmer/trunk/
00 #!/usr/bin/make -f
1 # debian/rules for ncbi-epcr using cdbs
2 # Andreas Tille <tille@debian.org>, GPL
3
4 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
5 include /usr/share/cdbs/1/rules/debhelper.mk
6 include /usr/share/cdbs/1/class/makefile.mk
71
82 MANPAGES=debian/glimmer2_mans/tigr-anomaly.1 \
93 debian/glimmer2_mans/tigr-build-icm.1 \
1711 .sgml.1:
1812 docbook-to-man $< > $@
1913
20 clean::
14 %:
15 dh $@
16
17 override_dh_clean:
2118 dh_clean $(MANPAGES)
2219 cd src; make clean
2320 rm -f bin/* lib/* obj/*
2421
25 build/tigr-glimmer:: $(MANPAGES)
26 # cd bin; for bin in `ls | grep -v "^tigr-"` ; do mv "$$bin" tigr-"$$bin" ; done
22 override_dh_auto_build: $(MANPAGES)
23 dh_auto_build