[Pkg-fonts-devel] Processed: r3313 - packages/fontforge/trunk/debian

Hideki Yamane henrich at debian.or.jp
Sat May 28 06:20:50 UTC 2011


Hi,

On Sat, 28 May 2011 07:32:16 +0200
Christian PERRIER <bubulle at debian.org> wrote:
> Hideki, I think we can probably upload fontforge now.

 Yes, but I want to introduce one more change before that.
 There are some crash report with fontforge, it's better to add debug pacakge
 as below. I don't know that one big fontforge-dbg is okay or not, please add
 comment for this.


diff -urN fontforge.orig/debian/changelog fontforge-0.0.20100501/debian/changelog
--- fontforge.orig/debian/changelog	2011-05-28 14:07:35.965787000 +0900
+++ fontforge-0.0.20100501/debian/changelog	2011-05-28 14:16:05.293279036 +0900
@@ -10,8 +10,11 @@
     - add 901_ld_as_needed.diff to fix build failure with ld --as-needed.
       Thanks to Matthias Klose (Closes: #605839)
     - drop 023_fix_desktop_file.diff (Closes: #608432)
+  * debian/control
+    - add debug package for fontforge (Closes: #602069)
+    - bump up "Standards-Version: 3.9.2"
 
- -- Hideki Yamane <henrich at debian.org>  Sat, 28 May 2011 14:05:55 +0900
+ -- Hideki Yamane <henrich at debian.org>  Sat, 28 May 2011 14:15:41 +0900
 
 fontforge (0.0.20100501-5) unstable; urgency=low
 
diff -urN fontforge.orig/debian/control fontforge-0.0.20100501/debian/control
--- fontforge.orig/debian/control	2010-09-27 00:43:29.481601000 +0900
+++ fontforge-0.0.20100501/debian/control	2011-05-28 14:45:06.897915200 +0900
@@ -28,7 +28,7 @@
                libpango1.0-dev,
                libcairo2-dev,
                chrpath
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://fontforge.sourceforge.net/
 Vcs-svn: svn://svn.debian.org/pkg-fonts/packages/fontforge/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-fonts/packages/fontforge/
@@ -133,3 +133,16 @@
  .
  This package provides the Python modules (the libraries fontforge and
  psMat) to access a FontForge program for font manipulations.
+
+Package: fontforge-dbg
+Section: debug
+Architecture: any
+Depends: ${misc:Depends},
+         fontforge (= ${binary:Version})
+Description: debugging symbols for fontforge
+ Besides being a font editor, FontForge is also a font format
+ converter, and can convert among PostScript (ASCII & binary Type 1,
+ some Type 3s, some Type 0s), TrueType, and OpenType (Type2),
+ CID-keyed, SVG, CFF and multiple-master fonts.
+ .
+ This package contains the debugging symbols for fontforge.
diff -urN fontforge.orig/debian/rules fontforge-0.0.20100501/debian/rules
--- fontforge.orig/debian/rules	2011-05-28 14:07:35.965787000 +0900
+++ fontforge-0.0.20100501/debian/rules	2011-05-28 14:12:53.868329813 +0900
@@ -159,7 +159,7 @@
 	dh_installmime
 	dh_installman
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=fontforge-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs



More information about the Pkg-fonts-devel mailing list