Codebase list fonts-gfs-baskerville / 313b05f
Update all ttf-gfs fonts: * Change Section to fonts instead of x11. * Bump Standards-Version to 3.8.2. * Switch to debhelper 7 and use dh to simplify debian/rules. * Remove non-free PDF specimen. Faidon Liambotis 14 years ago
5 changed file(s) with 15 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
0 ttf-gfs-baskerville (1.1-1) unstable; urgency=low
1
2 * Change Section to fonts instead of x11.
3 * Bump Standards-Version to 3.8.2.
4 * Switch to debhelper 7 and use dh to simplify debian/rules.
5 * Remove non-free PDF specimen.
6
7 -- Faidon Liambotis <paravoid@debian.org> Mon, 20 Jul 2009 17:03:20 +0300
8
09 ttf-gfs-baskerville (1.0-2) unstable; urgency=low
110
211 * Change Homepage field to point to upstream's new site
11 Section: fonts
22 Priority: optional
33 Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
4 Uploaders: Nicolas Spalinger <nicolas.spalinger@sil.org>, Daniel Glassey <wdg@debian.org>, Faidon Liambotis <paravoid@debian.org>
5 Build-Depends: debhelper (>= 5.0.0), defoma (>= 0.7.0)
6 Standards-Version: 3.7.3
4 Uploaders: Nicolas Spalinger <nicolas.spalinger@sil.org>, Faidon Liambotis <paravoid@debian.org>
5 Build-Depends: debhelper (>= 7), defoma (>= 0.7.0)
6 Standards-Version: 3.8.2
77 Homepage: http://www.greekfontsociety.gr/
88 Vcs-svn: svn://svn.debian.org/svn/pkg-fonts/packages/ttf-gfs-baskerville
99 Vcs-Browser: http://svn.debian.org/wsvn/pkg-fonts/packages/ttf-gfs-baskerville
00 OFL-FAQ.txt
1 *.pdf
00 #!/usr/bin/make -f
11
2 build: build-stamp
3 build-stamp:
4 touch build-stamp
5
6 clean:
7 dh_testdir
8 dh_testroot
9 rm -f build-stamp
10 dh_clean
11 rm -f debian/files
12
13 install: build
14 dh_testdir
15 dh_testroot
16 dh_clean -k
17 chmod 755 debian/bug/script
18 dh_install
19
20 binary-arch:
21
22 binary-indep: build install
23 dh_testdir
24 dh_testroot
25 dh_installchangelogs
26 dh_installdocs
27 dh_compress
28 dh_installdefoma
29 dh_fixperms
30 dh_installdeb
31 dh_gencontrol
32 dh_md5sums
33 dh_builddeb
34
35 binary: binary-indep binary-arch
36
37 .PHONY: build clean install binary-arch binary-indep binary
2 %:
3 dh $@