Author: plessy
Date: 2010-01-08 05:26:46 +0000 (Fri, 08 Jan 2010)
New Revision: 4530

Modified:
   trunk/packages/gbrowse/trunk/debian/README.Debian
   trunk/packages/gbrowse/trunk/debian/rules
Log:
Partial switch to Debhelper 7?\226?\128?\153s dh. Removed obsolete line in 
README.


Modified: trunk/packages/gbrowse/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gbrowse/trunk/debian/README.Debian   2010-01-08 05:19:03 UTC 
(rev 4529)
+++ trunk/packages/gbrowse/trunk/debian/README.Debian   2010-01-08 05:26:46 UTC 
(rev 4530)
@@ -6,7 +6,6 @@
  - Paths such as 
/home/charles/src/gbrowse-1.68/debian/gbrowse/var/www/gbrowse/databases in html 
files.
  - Owner of /var/www/gbrowse/database and gbrowse/tmp
  - MSG: Directory /tmp/test does not exist and you did not specify the -create 
flag
- - dependancies not proofchecked, dh_perl not used.
  - contrib scripts not installed.
 
  -- Charles Plessy <[email protected]>  Wed, 13 Jun 2007 
19:07:01 +0900

Modified: trunk/packages/gbrowse/trunk/debian/rules
===================================================================
--- trunk/packages/gbrowse/trunk/debian/rules   2010-01-08 05:19:03 UTC (rev 
4529)
+++ trunk/packages/gbrowse/trunk/debian/rules   2010-01-08 05:26:46 UTC (rev 
4530)
@@ -45,17 +45,13 @@
        touch $@
 
 clean: unpatch
-       dh_testdir
-       dh_testroot
-       dh_clean build-stamp install-stamp
-       # Add commands to clean up after the build process here
-       [ ! -f Makefile ] || $(MAKE) realclean
+       dh clean
 
 install: install-stamp
 install-stamp: build-stamp
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        # Add commands to install the package into $(TMP)
        $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
        [ ! -d $(TMP)/usr/share/perl5 ] || \
@@ -69,19 +65,7 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installdocs
-       dh_installchangelogs Changes
-       dh_shlibdeps
-       dh_strip
-       dh_perl
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
+       dh binary-arch
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install


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

Reply via email to