[Debian-in-commits] [SCM] fonts-gujr.git branch, master, updated. 3b3db8c251c25e0819a22586a48c61cf5eced7d7

Kartik Mistry kartik at debian.org
Thu Mar 8 07:43:44 UTC 2012


The following commit has been merged in the master branch:
commit 3b3db8c251c25e0819a22586a48c61cf5eced7d7
Author: Kartik Mistry <kartik at debian.org>
Date:   Thu Mar 8 13:13:36 2012 +0530

    Simple rules file, Wrapped README.Debian to 80 chars

diff --git a/debian/README.Debian b/debian/README.Debian
index 847e27b..f2ce93f 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,22 +1,22 @@
 fonts-gujr 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:
 
-Depends: ${misc:Depends},fonts-lohit-gujr,fonts-samyak-gujr,fonts-gujr-extra
-Breaks: ttf-gujrati-fonts
+Depends: ${misc:Depends}, fonts-lohit-gujr, fonts-samyak-gujr, fonts-gujr-extra
+Breaks: ttf-gujrati-fonts (<< 2:1.0)
 Replaces: ttf-gujrati-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 4fbaf29..171144e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,12 @@ fonts-gujr (2:1.1) UNRELEASED; urgency=low
     + Updated, Breaks: ttf-gujarati-fonts (<< 2:1.0) for correct upgrade.
   * debian/docs, debian, install:
     + Removed useless empty files.
+  * debian/rules:
+    + Simple rules file using dh.
+  * debian/README.Debian:
+    + Wrapped up to 80 characters.
 
- -- Kartik Mistry <kartik at debian.org>  Thu, 08 Mar 2012 13:09:28 +0530
+ -- Kartik Mistry <kartik at debian.org>  Thu, 08 Mar 2012 13:12:36 +0530
 
 fonts-gujr (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-gujr.git



More information about the Debian-in-commits mailing list