[Debian-in-commits] [SCM] fonts-beng.git branch, master, updated. 915ef6b6094018ece707fdf21969a2cdb85c3b66

Kartik Mistry kartik at debian.org
Wed Mar 7 15:51:56 UTC 2012


The following commit has been merged in the master branch:
commit 915ef6b6094018ece707fdf21969a2cdb85c3b66
Author: Kartik Mistry <kartik at debian.org>
Date:   Wed Mar 7 21:21:47 2012 +0530

    Simple rules file using dh, Better README.Debian

diff --git a/debian/README.Debian b/debian/README.Debian
index 4bd0c61..be0cf96 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,9 +1,9 @@
 fonts-beng for Debian
 ---------------------
 
-This is a dummy package that makes Debian's package management
-system believe that equivalents to packages on which other
-packages do depend on are actually installed.
+This is a dummy package that makes Debian's package management system believe
+that equivalents to packages on which other packages do depend on are actually
+installed.
 
 The special dependencies used in this package are:
 
@@ -13,12 +13,12 @@ Depends: fonts-lohit-beng-bengali,
 Provides: ttf-bengali-fonts
 Replaces: ttf-bengali-fonts
 
-Please note that this is a crude hack and if thoughtlessly used
-might possibly do damage to your packaging system. And please
-note as well that using it is not the recommended way of dealing
-with broken dependencies. Better file a bug report instead.
+Please note that this is a crude hack and if thoughtlessly used might possibly
+do damage to your packaging system. And please note as well that using it is
+not the recommended way of dealing with broken dependencies. Better file a bug
+report instead.
 
-Deinstallation of this package is only possible when all pending
-dependency issues are properly resolved in some other way. A more
-brutal approach for it's deinstallation is to create and install
-the package configured using an empty control file.
+Deinstallation of this package is only possible when all pending dependency
+issues are properly resolved in some other way. A more brutal approach for it's
+deinstallation is to create and install the package configured using an empty
+control file.
diff --git a/debian/changelog b/debian/changelog
index 473cb20..3e8a582 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,12 @@ fonts-beng (2:1.1) UNRELEASED; urgency=low
     + Updated to copyright-format 1.0
   * debian/docs, debian/install:
     + Removed useless empty files.
+  * debian/rules:
+    + Simple rules file using dh.
+  * debian/README.Debian:
+    + Wrapped up to 80 characters.
 
- -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Wed, 07 Mar 2012 21:18:35 +0530
+ -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Wed, 07 Mar 2012 21:19:35 +0530
 
 fonts-beng (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-beng.git



More information about the Debian-in-commits mailing list