[Debian-in-commits] [SCM] fonts-deva.git branch, master, updated. 392a277d7604e83ef4402175f51de0d5b9555d7d

Kartik Mistry kartik at debian.org
Thu Mar 8 03:09:31 UTC 2012


The following commit has been merged in the master branch:
commit 392a277d7604e83ef4402175f51de0d5b9555d7d
Author: Kartik Mistry <kartik at debian.org>
Date:   Thu Mar 8 08:39:22 2012 +0530

    Simple rules file using dh

diff --git a/debian/changelog b/debian/changelog
index 7523c07..9584f6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,10 @@ fonts-deva (2:1.1) UNRELEASED; urgency=low
     + Wrapped up to 80 characters.
   * debian/copyright:
     + Updated to copyright-format 1.0
+  * debian/rules:
+    + Simple rules file using dh.
 
- -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Thu, 08 Mar 2012 08:37:20 +0530
+ -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Thu, 08 Mar 2012 08:38:34 +0530
 
 fonts-deva (2:1.0) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 292737f..657234c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,33 +1,7 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
 
+# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build build-arch build-indep:
-
-clean:
-	dh_testdir
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-
-binary-arch: install
-
-binary-indep: install
-	dh_testdir
-	dh_testroot
-	dh_install
-	dh_installdocs
-	dh_installchangelogs
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

-- 
fonts-deva.git



More information about the Debian-in-commits mailing list