[Debian-in-commits] [SCM] fonts-guru.git branch, master, updated. 55fb92d30fa62f653484636012051e1eccdd2eb2

Kartik Mistry kartik at debian.org
Thu Mar 8 15:28:04 UTC 2012


The following commit has been merged in the master branch:
commit 55fb92d30fa62f653484636012051e1eccdd2eb2
Author: Kartik Mistry <kartik at debian.org>
Date:   Thu Mar 8 20:57:55 2012 +0530

    Updated Breaks field, Simple rules file using dh, Updated to copyright format 1.0, Removed empty docs/install files, Wrapped up README.Debian

diff --git a/debian/README.Debian b/debian/README.Debian
index 5bb4e01..dea3401 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,23 +1,22 @@
 fonts-guru 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-guru, fonts-guru-extra
-Breaks: ttf-punjabi-fonts
+Depends: ${misc:Depends}, fonts-lohit-guru, fonts-guru-extra
+Breaks: ttf-punjabi-fonts (<< 2:1.0)
 Replaces: ttf-punjabi-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 dda7c1f..3696b32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,20 @@
-fonts-guru (2:1.1) UNRELEASED; urgency=low
+fonts-guru (2:1.1) unstable; urgency=low
 
   * Team upload.
   * debian/control:
     + Added Vcs-* fields.
+    + Updated Breaks: ttf-punjabi-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.
+  * debian/copyright:
+    + Updated to use copyright-format 1.0
+    + Updated debian/* copyright.
 
- -- Kartik Mistry <kartik at debian.org>  Wed, 07 Mar 2012 20:17:02 +0530
+ -- Kartik Mistry <kartik at debian.org>  Thu, 08 Mar 2012 20:51:58 +0530
 
 fonts-guru (2:1.0) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8ed9a64..46b1751 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Architecture: all
 Depends: ${misc:Depends},
          fonts-lohit-guru,
          fonts-guru-extra
-Breaks: ttf-punjabi-fonts
+Breaks: ttf-punjabi-fonts (<< 2:1.0)
 Replaces: ttf-punjabi-fonts
 Description: Meta package to install all Punjabi fonts
  This package allows you to install all available Punjabi fonts
@@ -26,6 +26,6 @@ Architecture: all
 Section: oldlibs
 Depends: ${misc:Depends},
          fonts-guru
-Description: transitional dummy package
- This is a transitional dummy package and can be removed
- safely later.
+Description: Transitional dummy package
+ This is a transitional dummy package helpful in upgrade
+ and can be removed safely later.
diff --git a/debian/copyright b/debian/copyright
index 0975e48..0a7192d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,10 @@
-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-guru
 Source: http://alioth.debian.org/projects/debian-in
 
 Files: debian/*
-Copyright: 2011 Vasudev Kamath <kamathvasudev at gmail.com>
+Copyright: 2011, Vasudev Kamath <kamathvasudev at gmail.com>
+           2012, Debian-IN Team <debian-in-workers at lists.alioth.debian.org>
 License: ISC
 
 License: ISC
@@ -17,4 +18,4 @@ License: ISC
  ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 
\ No newline at end of file
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
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-guru.git



More information about the Debian-in-commits mailing list