[med-svn] r10692 - trunk/packages/loki/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri May 4 13:56:45 UTC 2012
Author: tille
Date: 2012-05-04 13:56:44 +0000 (Fri, 04 May 2012)
New Revision: 10692
Modified:
trunk/packages/loki/trunk/debian/changelog
trunk/packages/loki/trunk/debian/control
trunk/packages/loki/trunk/debian/rules
Log:
Switch from cdbs to dh
Modified: trunk/packages/loki/trunk/debian/changelog
===================================================================
--- trunk/packages/loki/trunk/debian/changelog 2012-05-04 13:44:50 UTC (rev 10691)
+++ trunk/packages/loki/trunk/debian/changelog 2012-05-04 13:56:44 UTC (rev 10692)
@@ -4,8 +4,10 @@
* debian/control:
- Standards-Version: 3.9.3 (no changes needed)
- Fixed Vcs fields
+ - Depends: ${misc:Depends}
* debian/source/format: 3.0 (quilt)
* debian/copyright: DEP5
+ * debian/rules: switch from cdbs to dh
-- Andreas Tille <tille at debian.org> Thu, 03 May 2012 10:09:57 +0200
Modified: trunk/packages/loki/trunk/debian/control
===================================================================
--- trunk/packages/loki/trunk/debian/control 2012-05-04 13:44:50 UTC (rev 10691)
+++ trunk/packages/loki/trunk/debian/control 2012-05-04 13:56:44 UTC (rev 10692)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>,
Carleos Artime <carleos at uniovi.es>
-Build-Depends: cdbs, debhelper (>= 8), quilt
+Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.3
Homepage: http://web.archive.org/web/20051220050931/http://loki.homeunix.net/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/loki/trunk/
@@ -14,7 +14,7 @@
Package: loki
Section: science
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: loki-doc
Description: MCMC linkage analysis on general pedigrees
Performs Markov chain Monte Carlo multipoint linkage analysis on large,
@@ -31,6 +31,7 @@
Section: doc
Architecture: all
Enhances: loki
+Depends: ${misc:Depends}
Description: Postscript manual for loki
Documentation on how to use Simon Heath's "prep" and "loki" tools
for MCMC genetic linkage and IBD analysis on general pedigrees.
Modified: trunk/packages/loki/trunk/debian/rules
===================================================================
--- trunk/packages/loki/trunk/debian/rules 2012-05-04 13:44:50 UTC (rev 10691)
+++ trunk/packages/loki/trunk/debian/rules 2012-05-04 13:56:44 UTC (rev 10692)
@@ -1,14 +1,9 @@
#!/usr/bin/make -f
-# debian/rules for loki using cdbs
+# debian/rules for loki using dh
# Andreas Tille <tille at debian.org>, GPL
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
-DEB_MAKE_INSTALL_TARGET := install prefix=$(CURDIR)/debian/tmp/usr bindir=$(CURDIR)/debian/loki/usr/bin
-
-pkg=loki
MANPAGES=check_het.1 \
hist.1 \
loki_count.1 \
@@ -19,7 +14,11 @@
prep.1 \
qavg.1
-install/loki::
+
+%:
+ dh $@
+
+override_dh_auto_install:
for man in $(MANPAGES) ; do \
ln -s loki.1.gz debian/$(pkg)/usr/share/man/man1/$${man}.gz ; \
done
More information about the debian-med-commit
mailing list