[med-svn] r6062 - trunk/packages/altree/trunk/debian

Andreas Tille tille at alioth.debian.org
Tue Feb 22 16:38:13 UTC 2011


Author: tille
Date: 2011-02-22 16:38:13 +0000 (Tue, 22 Feb 2011)
New Revision: 6062

Modified:
   trunk/packages/altree/trunk/debian/changelog
   trunk/packages/altree/trunk/debian/control
   trunk/packages/altree/trunk/debian/rules
Log:
Use short debhelper rules file instead of cdbs because this failed to install as previousely anyway


Modified: trunk/packages/altree/trunk/debian/changelog
===================================================================
--- trunk/packages/altree/trunk/debian/changelog	2011-02-22 15:00:23 UTC (rev 6061)
+++ trunk/packages/altree/trunk/debian/changelog	2011-02-22 16:38:13 UTC (rev 6062)
@@ -1,4 +1,4 @@
-altree (1.0.1-4) UNRELEASED; urgency=low
+altree (1.0.1-4) unstable; urgency=low
 
   [ Charles Plessy ]
   * Depends on libtamuanova-perl (debian/control).
@@ -22,14 +22,16 @@
     - removing unneeded included Makefile
 
   [Andreas Tille]
-  * debian/rules: Use perl-makemaker.mk instead of deprecated
-    perlmodule.mk is deprecated - please use perl-makemaker.mk instead
+  * use short debhelper instead of cdbs because the install target
+    did not worked properly any more
   * debian/source/format: 3.0 (quilt)
   * debian/control:
     - Standards-Version: 3.9.1
     - Added myself to Uploaders
     - Added Build-Depends: ghostscript to avoid errors in LaTeX run
       Closes: #614538
+    - Removed libtamuanova-perl from Depends again because it has no
+      installation candidate
 
  -- Andreas Tille <tille at debian.org>  Tue, 22 Feb 2011 14:37:21 +0100
 

Modified: trunk/packages/altree/trunk/debian/control
===================================================================
--- trunk/packages/altree/trunk/debian/control	2011-02-22 15:00:23 UTC (rev 6061)
+++ trunk/packages/altree/trunk/debian/control	2011-02-22 16:38:13 UTC (rev 6062)
@@ -6,7 +6,7 @@
 Uploaders: Charles Plessy <plessy at debian.org>,
  Vincent Danjean <vdanjean at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: bash-completion, debhelper (>= 7), cdbs, latex-make, ghostscript,
+Build-Depends: bash-completion, debhelper (>= 7.0.51), latex-make, ghostscript,
  texlive-lang-french, texlive-latex-extra, texlive-latex-recommended,
  texlive-fonts-recommended
 Standards-Version: 3.9.1
@@ -19,7 +19,7 @@
 Conflicts: libcutils-perl, alphy
 Replaces: libcutils-perl, alphy
 Provides: libcutils-perl, alphy
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libtamuanova-perl
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
 Suggests: altree-examples
 Description: program to perform phylogeny-based association and localization analysis
  ALTree was designed to perform association detection and localization of

Modified: trunk/packages/altree/trunk/debian/rules
===================================================================
--- trunk/packages/altree/trunk/debian/rules	2011-02-22 15:00:23 UTC (rev 6061)
+++ trunk/packages/altree/trunk/debian/rules	2011-02-22 16:38:13 UTC (rev 6062)
@@ -1,16 +1,22 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for altree
+# Andreas Tille <tille at debian.org>
+# GPL
 
-DEB_COMPRESS_EXCLUDE := .pdf    # The PDF doc will not be compressed
+%:
+	dh $@
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/class/perl-makemaker.mk
+override_dh_auto_clean:
+	$(MAKE) -C Documentation distclean
+	dh_auto_clean
 
-build/altree::
+override_dh_auto_build:
 	$(MAKE) -C Documentation pdf
+	dh_auto_build
 
-binary-install/altree::
-	dh_bash-completion
+override_dh_auto_install:
+	$(MAKE) PREFIX=debian/altree/usr install
 
-clean::
-	$(MAKE) -C Documentation distclean
+override_dh_compress:
+	dh_compress --exclude=.pdf




More information about the debian-med-commit mailing list