[Debian-in-commits] [SCM] fonts-taml.git branch, master, updated. 9c5cbd2ef33c5d95eec990a5d32428d4aea1fa42

Kartik Mistry kartik at debian.org
Fri Mar 9 07:38:01 UTC 2012


The following commit has been merged in the master branch:
commit 9c5cbd2ef33c5d95eec990a5d32428d4aea1fa42
Author: Kartik Mistry <kartik at debian.org>
Date:   Fri Mar 9 13:07:55 2012 +0530

    Updated Breaks: field, Updated to copyright-format 1.0, Removed empty debian/install, debian/docs files, Simple rules file using dh

diff --git a/debian/README.Debian b/debian/README.Debian
index 3c52cc1..adb530b 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,23 +1,22 @@
 fonts-taml 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-taml
-Breaks: ttf-tamil-fonts
+Depends: ${misc:Depends}, fonts-lohit-taml
+Breaks: ttf-tamil-fonts (<< 2:1.0)
 Replaces: ttf-tamil-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 dafa403..135adbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+fonts-taml (2:1.1) unstable; urgency=low
+
+  * Team upload.
+  * debian/control:
+    + Updated Breaks: ttf-tamil-fonts (<< 2:1.0) for correct upgrade.
+    + Updated long description.
+  * debian/rules:
+    + Simple rules file using dh.
+  * Removed empty files, debian/docs, debian/install.
+  * debian/copyright:
+    + Updated to copyright-format 1.0
+    + Updated debian/* files copyright.
+
+ -- Kartik Mistry <kartik at debian.org>  Fri, 09 Mar 2012 13:02:14 +0530
+
 fonts-taml (2:1.0) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 01ccab9..51ca87b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Package: fonts-taml
 Section: fonts
 Architecture: all
 Depends: ${misc:Depends}, fonts-lohit-taml
-Breaks: ttf-tamil-fonts
+Breaks: ttf-tamil-fonts (<< 2:1.0)
 Replaces: ttf-tamil-fonts
 Description: Meta package to install all Tamil fonts
  This package allows you to install all available Tamil fonts
@@ -22,6 +22,6 @@ Architecture: all
 Section: oldlibs
 Depends: ${misc:Depends},
          fonts-taml
-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 which helps in upgrade
+ and can be removed safely later.
diff --git a/debian/copyright b/debian/copyright
index 3270307..9bb89a3 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-taml
 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-taml.git



More information about the Debian-in-commits mailing list