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

« back to all changes in this revision

Viewing changes to X11/Imakefile

  • 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
 
make-x11: Makefile
2
 
        -rm -f make-x11
3
 
        touch make-x11
4
 
        @echo "PROJECTROOT=$(PROJECTROOT)"  >> make-x11
5
 
        @echo "INCROOT=$(INCROOT)" >> make-x11
6
 
        @echo "USRLIBDIR=$(USRLIBDIR)"  >> make-x11
7
 
        @echo "XLIB=$(XLIB)" >> make-x11
8
 
        @echo "XTOOLLIB=$(XTOOLLIB)"  >> make-x11
9
 
        @echo "XMLIB=$(XMLIB)"  >> make-x11
 
1
x11.mk: Makefile
 
2
        -rm -f x11.mk
 
3
        touch x11.mk
 
4
        @echo "PROJECTROOT=$(PROJECTROOT)"  >> x11.mk
 
5
        @echo "INCROOT=$(INCROOT)"          >> x11.mk
 
6
        @echo "USRLIBDIR=$(USRLIBDIR)"      >> x11.mk
 
7
        @echo "XLIB=$(XLIB)"                >> x11.mk
 
8
        @echo "XTOOLLIB=$(XTOOLLIB)"        >> x11.mk
 
9
        @echo "XMLIB=$(XMLIB)"              >> x11.mk
10
10
 
11
11
clean veryclean::
12
 
        -rm make-x11
 
12
        -rm x11.mk
13
13
distclean::
14
 
        -rm make-x11 Makefile *~ core *.core *.bak
 
14
        -rm x11.mk Makefile *~ core *.core *.bak