[med-svn] r14629 - trunk/packages/plasmidomics/trunk/debian

Andreas Tille tille at alioth.debian.org
Sun Sep 8 15:28:46 UTC 2013


Author: tille
Date: 2013-09-08 15:28:45 +0000 (Sun, 08 Sep 2013)
New Revision: 14629

Modified:
   trunk/packages/plasmidomics/trunk/debian/changelog
   trunk/packages/plasmidomics/trunk/debian/control
   trunk/packages/plasmidomics/trunk/debian/rules
Log:
Use dh


Modified: trunk/packages/plasmidomics/trunk/debian/changelog
===================================================================
--- trunk/packages/plasmidomics/trunk/debian/changelog	2013-09-08 15:18:20 UTC (rev 14628)
+++ trunk/packages/plasmidomics/trunk/debian/changelog	2013-09-08 15:28:45 UTC (rev 14629)
@@ -13,6 +13,7 @@
      - anonscm in Vcs fields
      - New homepage
   * debian/copyright: DEP5
+  * debian/rules: use dh
 
  -- Andreas Tille <tille at debian.org>  Sun, 08 Sep 2013 17:04:20 +0200
 

Modified: trunk/packages/plasmidomics/trunk/debian/control
===================================================================
--- trunk/packages/plasmidomics/trunk/debian/control	2013-09-08 15:18:20 UTC (rev 14628)
+++ trunk/packages/plasmidomics/trunk/debian/control	2013-09-08 15:28:45 UTC (rev 14629)
@@ -4,7 +4,8 @@
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+               python
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/plasmidomics/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/plasmidomics/trunk/

Modified: trunk/packages/plasmidomics/trunk/debian/rules
===================================================================
--- trunk/packages/plasmidomics/trunk/debian/rules	2013-09-08 15:18:20 UTC (rev 14628)
+++ trunk/packages/plasmidomics/trunk/debian/rules	2013-09-08 15:28:45 UTC (rev 14629)
@@ -1,70 +1,9 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# debian/rules file for plasmidomics
-# GPL,  Robert Winkler <robert.winkler at bioprocess.org>
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-configure: configure-stamp
-configure-stamp:
-	# dh_testdir
-	# nothing to configure
+%:
+	dh $@ --with python2
 
-build: build-stamp
-
-build-stamp: configure-stamp 
-	# dh_testdir
-
-	# pure Python script does not need a build step
-
-	# touch $@
-
-clean:
-	# dh_testdir
-	# dh_testroot
-	# rm -f build-stamp configure-stamp
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-	dh_install
-	dh_installmenu
-	dh_desktop
-#	dh_installdebconf	
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-
-binary: binary-indep 
-.PHONY: build clean binary-indep binary install configure




More information about the debian-med-commit mailing list