[Debian-in-commits] [SCM] fonts-telu.git branch, master, updated. 2e0e6001aac758884d44e1687a44d348c2d90c07

Kartik Mistry kartik at debian.org
Thu Mar 8 03:18:58 UTC 2012


The following commit has been merged in the master branch:
commit 2e0e6001aac758884d44e1687a44d348c2d90c07
Author: Kartik Mistry <kartik at debian.org>
Date:   Thu Mar 8 08:48:49 2012 +0530

    Simple rules file, Added proper Breaks: ttf-telugu-fonts (<< 2:1.0), Updated to copyright-format 1.0, Removed empty debian/docs, debian/install

diff --git a/debian/README.Debian b/debian/README.Debian
index adbcea8..1823521 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,23 +1,22 @@
 fonts-telu 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-telu, fonts-telu-extra
-Breaks: ttf-telugu-fonts
+Depends: ${misc:Depends}, fonts-lohit-telu, fonts-telu-extra
+Breaks: ttf-telugu-fonts (<< 2:1.0)
 Replaces: ttf-telugu-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 95558dd..f69a678 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+fonts-telu (2:1.1) unstable; urgency=low
+
+  * debian/control:
+    + Updated, Breaks: ttf-telugu-fonts (<< 2:1.0), Thanks to Ralf Treinen
+      <treinen at free.fr> (Closes: #662988)
+  * Added Vcs-* fields.
+  * debian/docs, debian/install:
+    + Removed useless empty files.
+  * debian/rules:
+    + Simple rules file using dh.
+  * debian/copyright:
+    + Updated for copyright-format 1.0
+  * debian/README.Debian:
+    + Wrapped up to 80 characters.
+
+ -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Thu, 08 Mar 2012 08:40:37 +0530
+
 fonts-telu (2:1.0) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 78f2f5a..7dcd0da 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,8 @@ Section: metapackages
 Priority: optional
 Maintainer: Debian-IN Team <debian-in-workers at lists.alioth.debian.org>
 Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>
+Vcs-Git: git://git.debian.org/debian-in/fonts-telu.git
+Vcs-Browser: http://git.debian.org/?p=debian-in/fonts-telu.git;a=summary
 Homepage: http://alioth.debian.org/projects/debian-in
 Build-Depends: debhelper (>= 7)
 Standards-Version: 3.9.3
@@ -13,7 +15,7 @@ Architecture: all
 Depends: ${misc:Depends},
          fonts-lohit-telu,
          fonts-telu-extra
-Breaks: ttf-telugu-fonts
+Breaks: ttf-telugu-fonts (<< 2:1.0)
 Replaces: ttf-telugu-fonts
 Description: Meta package to install all Telugu fonts
  This package allows you to install all available Telugu fonts
diff --git a/debian/copyright b/debian/copyright
index 3509ba5..935b62d 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-telu
 Source: http://alioth.debian.org/projects/debian-in
 
 Files: debian/*
-Copyright: 2011 Vasudev Kamath <kamathvasudev at gmail.com>
+Copyright: 2011-2012, Vasudev Kamath <kamathvasudev at gmail.com>
 License: ISC
 
 License: ISC
@@ -17,4 +17,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-telu.git



More information about the Debian-in-commits mailing list