~ubuntu-branches/ubuntu/utopic/vflib3/utopic

« back to all changes in this revision

Viewing changes to debian/patches/00list

  • Committer: Bazaar Package Importer
  • Author(s): OHURA Makoto
  • Date: 2008-06-12 23:08:47 UTC
  • mfrom: (1.2.1 upstream) (4.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080612230847-2ko62fof5f4jmnm2
Tags: 3.6.14.dfsg-1
* Remove ccv/TBL/RFC/rfc1489.txt, which is a non-free file.
 (Closes: #464433)
* debian/patches/06_strdup_implicit_pointer_conversion.dpatch: New
  patch.  Add -D_GNU_SOURCE to CFLAGS to enable prototype definition
  of strdup(3). (Closes: #464465)
* debian/rules:
  - Add autoconf2.13 before executing configure script.
  - Run configure script with FreeType2.
  - Move DH_COMPAT variable to debian/compat.
  - Don't ignore make clean error.
* debian/control:
  - Add autoconf2.13 and libfreetype6-dev to Build-Depends: field.
  - Add xutils-dev to Build-Depends: field for xmkmf.
  (Closes: #484200, #485224)
  - Remove x-dev and xutils from Build-Depends: field.
* debian/patches/04_not_ln_parent_dir.dpatch: New patch.  Don't make a
  symlink at parent directory.
* Remove unused debian patch.
* debian/patches/07_build_with_freetype2.dpatch: New patch. Build with
  FreeType2 library. (Closes: #431779, #431781)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
01_build_fix_for_gcc_3.3
2
 
02_GetNoFonts
 
1
#01_build_fix_for_gcc_3.3
 
2
#02_GetNoFonts
3
3
03_comparison_always_false
4
 
04_fix_configure_not_ln_pwd
 
4
#04_fix_configure_not_ln_pwd
 
5
04_not_ln_parent_dir
5
6
05_mkt1enc_syntax_error
 
7
06_strdup_implicit_pointer_conversion
 
8
07_build_with_freetype2