Author: tille
Date: 2012-03-01 11:18:39 +0000 (Thu, 01 Mar 2012)
New Revision: 9845

Modified:
   trunk/packages/clustalw-mpi/trunk/debian/changelog
   trunk/packages/clustalw-mpi/trunk/debian/control
   trunk/packages/clustalw-mpi/trunk/debian/rules
Log:
Use short dh instead of cdbs


Modified: trunk/packages/clustalw-mpi/trunk/debian/changelog
===================================================================
--- trunk/packages/clustalw-mpi/trunk/debian/changelog  2012-03-01 11:14:13 UTC 
(rev 9844)
+++ trunk/packages/clustalw-mpi/trunk/debian/changelog  2012-03-01 11:18:39 UTC 
(rev 9845)
@@ -7,6 +7,7 @@
     - Build-Depends: mpi-default-dev
       Closes: #661740
     - Depends ${misc:Depends}
+    - Dropped Build-Depends: cdbs
   * debian/source/format: 3.0 (quilt)
   * Debhelper compat level 8 (control+compat)
   * debian/copyright: Fixed DEP5 issues using
@@ -15,12 +16,14 @@
     using different words for a package beeing in non-free as it is
     just said in debian/copyright
   * debian/watch: Deleted because not working
-  * debian/rules: Delete get-orig-source target because not working
-    any more - source vanished
+  * debian/rules:
+    - Delete get-orig-source target because not working any more 
+      because source vanished
+    - Rewritten using dh
   * debian/upstream: bibliographic information
   * debian/README.source: document missing source code for current version
 
- -- Andreas Tille <[email protected]>  Thu, 01 Mar 2012 11:41:19 +0100
+ -- Andreas Tille <[email protected]>  Thu, 01 Mar 2012 12:16:54 +0100
 
 clustalw-mpi (0.15-1) unstable; urgency=low
 

Modified: trunk/packages/clustalw-mpi/trunk/debian/control
===================================================================
--- trunk/packages/clustalw-mpi/trunk/debian/control    2012-03-01 11:14:13 UTC 
(rev 9844)
+++ trunk/packages/clustalw-mpi/trunk/debian/control    2012-03-01 11:18:39 UTC 
(rev 9845)
@@ -6,7 +6,7 @@
 Uploaders: Steffen Moeller <[email protected]>,
  Andreas Tille <[email protected]>,
  Charles Plessy <[email protected]>
-Build-Depends: debhelper (>= 8), mpi-default-dev, cdbs
+Build-Depends: debhelper (>= 8), mpi-default-dev
 Standards-Version: 3.9.3
 Homepage: http://www.bii.a-star.edu.sg/achievements/applications/clustalw/
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/clustalw-mpi/trunk/

Modified: trunk/packages/clustalw-mpi/trunk/debian/rules
===================================================================
--- trunk/packages/clustalw-mpi/trunk/debian/rules      2012-03-01 11:14:13 UTC 
(rev 9844)
+++ trunk/packages/clustalw-mpi/trunk/debian/rules      2012-03-01 11:18:39 UTC 
(rev 9845)
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
+%:
+       dh  $@
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-
-CFLAGS += -c
-
-clean::
-       $(RM) clustalw-mpi
+override_dh_clean:
+       dh_clean
+       rm -rf clustalw-mpi


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to