[Debian-in-commits] [SCM] fonts-knda.git branch, master, updated. d0c09c26e54b1b1bac18383b1589c89cbd3d6c86

Kartik Mistry kartik at debian.org
Wed Mar 7 15:38:18 UTC 2012


The following commit has been merged in the master branch:
commit cb1552af57bdaba849c03a3fa6896daad1051247
Author: Kartik Mistry <kartik at debian.org>
Date:   Wed Mar 7 21:06:25 2012 +0530

    Removed empty debian/docs, debian/install files, simple rules using dh, Added Vcs-* fields

diff --git a/debian/changelog b/debian/changelog
index 37c980f..9dddfc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+fonts-knda (2:1.1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * debain/control:
+    + Added Vcs-* fields.
+  * debian/rules:
+    + Simple rules file using dh.
+  * debian/docs, debian/install:
+    + Removed useless empty files.
+
+ -- Kartik Mistry <kartik at debian.org>  Wed, 07 Mar 2012 21:05:11 +0530
+
 fonts-knda (2:1.0) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 914d33d..99d5050 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-knda.git
+Vcs-Browser: http://git.debian.org/?p=debian-in/fonts-knda.git;a=summary
 Homepage: http://alioth.debian.org/projects/debian-in
 Build-Depends: debhelper (>= 8.0.0)
 Standards-Version: 3.9.3
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-knda.git



More information about the Debian-in-commits mailing list