[SCM] Viewmol: a graphical front end for computational chemistry programs. branch, debian-unstable, updated. viewmol-2.4.1-17-5-g39b7c68

Drew Parsons drew at schumann.anu.edu.au
Sun Jun 3 12:13:13 UTC 2012


The following commit has been merged in the debian-unstable branch:
commit 69f43d00e677b1194d6302a3dbe7a94c0aa3dc5f
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Jun 3 13:41:31 2012 +1000

    update debhelper commands
    
    In debian/rules:
       - dh_pysupport is deprecated, use dh_python2 instead
       - dh_clean -k is deprecated; use dh_prep instead

diff --git a/debian/changelog b/debian/changelog
index 5847156..9c3e517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ viewmol (2.4.1-18) UNRELEASED; urgency=low
   * Build-depends: libpng-dev not libpng12-dev.  Closes: #662535.
   * Update Build-depends: libtiff5-dev not libtiff4-dev
   * Standards-version: 3.9.3
+  * In debian/rules:
+    - dh_pysupport is deprecated, use dh_python2 instead
+    - dh_clean -k is deprecated; use dh_prep instead
 
  -- Drew Parsons <dparsons at debian.org>  Sun, 03 Jun 2012 12:26:36 +1000
 
diff --git a/debian/rules b/debian/rules
index 943293e..6ea60eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# install the package into debian/viewmol.
@@ -92,7 +92,7 @@ binary-arch: build install
 	dh_installman debian/viewmol.1
 	dh_installchangelogs 
 	dh_link
-	dh_pysupport
+	dh_python2
 	dh_strip
 	dh_compress
 	dh_fixperms

-- 
Viewmol: a graphical front end for computational chemistry programs.



More information about the debian-science-commits mailing list