[Debian-in-commits] [SCM] fonts-pagul.git branch, master, updated. upstream/1.0-6-gd678e12

Kartik Mistry kartik at debian.org
Wed Dec 28 07:06:44 UTC 2011


The following commit has been merged in the master branch:
commit 3589c913147e96131ffc727a8b8e0d276689cb02
Author: Kartik Mistry <kartik at debian.org>
Date:   Wed Dec 28 10:59:08 2011 +0530

    Fixed makefile.patch and debian/install to build package correctly. Typos :)

diff --git a/debian/changelog b/debian/changelog
index 8617b33..1c52240 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,22 @@
-fonts-pagul (1.0-3) unstable; urgency=low
+fonts-pagul (1.0-3) UNRELEASED; urgency=low
 
   [Vasudev Kamath]
   * Language code used in fontconfig file was ta instead of saz fixed it.
-  * debian/install
+  * debian/install:
     + Font was directly installing to truetype folder instead of pagul.
-  * debian/preinst
-    + Added this file to remove stray Pagul.ttf in truetype folder during upgrade
-  * debian/control
-    + fontforge dependency added
-  * Added Makefile and generate.pe patches to build font from source
+  * debian/preinst:
+    + Added this file to remove stray Pagul.ttf in truetype folder during
+      upgrade.
+  * debian/control:
+    + Added fontforge dependency.
+  * debian/patches:
+    + Added Makefile and generate.pe patches to build font from source.
+
+  [Kartik Mistry]
+  * Fixed debian/install and debian/patches/makefile.patch to fix typo and
+    permission issue during build.
 
- -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Mon, 26 Dec 2011 22:58:27 +0530
+ -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Wed, 28 Dec 2011 10:56:18 +0530
 
 fonts-pagul (1.0-2) unstable; urgency=low
   [Vasudev Kamath]
diff --git a/debian/install b/debian/install
index 787cbea..cafba43 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-TTFFiles/Pagul.ttf usr/share/fonts/truetype/pagul
+TTFfiles/Pagul.ttf usr/share/fonts/truetype/pagul
 debian/*.conf /etc/fonts/conf.avail/
diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
index bdc6628..3bce20c 100644
--- a/debian/patches/makefile.patch
+++ b/debian/patches/makefile.patch
@@ -3,6 +3,7 @@
 @@ -0,0 +1,5 @@
 +default: 
 +	mkdir TTFfiles
++	chmod +x generate.pe
 +	./generate.pe *.sfd
 +clean:
 +	rm -rf TTFfiles

-- 
fonts-pagul.git



More information about the Debian-in-commits mailing list