[Debian-in-commits] [SCM] fonts-indic.git branch, master, updated. b41b8cfbd44997b6bc0bcb396875cbc3db9935f5

Kartik Mistry kartik at debian.org
Wed Mar 7 15:27:55 UTC 2012


The following commit has been merged in the master branch:
commit b41b8cfbd44997b6bc0bcb396875cbc3db9935f5
Author: Kartik Mistry <kartik at debian.org>
Date:   Wed Mar 7 20:57:44 2012 +0530

    Better README.Debian, Removed empty debian/docs, debian/install files, simple rules using dh

diff --git a/debian/README.Debian b/debian/README.Debian
index 37a0f98..6d48989 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,23 +1,23 @@
 fonts-indic 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-beng, fonts-deva, fonts-guru, fonts-gujr, fonts-orya, fonts-telu,fonts-taml,fonts-knda,fonts-mlym,fonts-pagul
+Depends: ${misc:Depends},fonts-beng, fonts-deva, fonts-guru, fonts-gujr,
+         fonts-orya, fonts-telu,fonts-taml,fonts-knda,fonts-mlym,fonts-pagul
 Breaks: ttf-indic-fonts
 Replaces: ttf-indic-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/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 5cbfbbc..724d373 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>,
 Vcs-Git: git://git.debian.org/debian-in/fonts-indic.git
 Vcs-Browser: http://git.debian.org/?p=debian-in/fonts-indic.git;a=summary
 Homepage: http://alioth.debian.org/projects/debian-in
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8.0.0)
 Standards-Version: 3.9.3
 
 Package: fonts-indic
diff --git a/debian/copyright b/debian/copyright
index cff3b33..01d6db3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,9 @@
-Format: http://anonscm.debian.org/gitweb/?p=dbnpolicy/policy.git;a=blob;f=copyright-format/copyright-format.xml;hb=HEAD
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: fonts-indic
 Source: http://alioth.debian.org/projects/debian-in
 
 Files: debian/*
-Copyright: 2011, Debian-IN Team <debian-in-workers at lists.alioth.debian.org>
+Copyright: 2011-2012, Debian-IN Team <debian-in-workers at lists.alioth.debian.org>
 License: ISC
 
 License: ISC
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/install b/debian/install
deleted file mode 100644
index e69de29..0000000
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-indic.git



More information about the Debian-in-commits mailing list