diff --git a/debian/changelog b/debian/changelog index 0a2c5ca..c708302 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +wesnoth-1.10 (1:1.10.5-1~oneiric1) oneiric-backports; urgency=low + + * Backport to oneiric, changes kept: + - Switch to use ttf-droid instead of fonts-droid which is not available in + oneiric. + + -- Gerfried Fuchs Wed, 20 Feb 2013 12:40:00 +0100 + wesnoth-1.10 (1:1.10.5-1) experimental; urgency=low * Upload to experimental. @@ -7,6 +15,14 @@ wesnoth-1.10 (1:1.10.5-1) experimental; urgency=low -- Vincent Cheng Fri, 23 Nov 2012 21:19:41 -0800 +wesnoth-1.10 (1:1.10.4-1~oneiric1) oneiric-backports; urgency=low + + * Backport to oneiric, changes kept: + - Switch to use ttf-droid instead of fonts-droid which is not available in + oneiric. + + -- Gerfried Fuchs Thu, 13 Sep 2012 20:55:11 +0200 + wesnoth-1.10 (1:1.10.4-1) experimental; urgency=low * New upstream stable release. @@ -21,6 +37,14 @@ wesnoth-1.10 (1:1.10.3-2) unstable; urgency=low -- Gerfried Fuchs Sun, 02 Sep 2012 13:11:51 +0200 +wesnoth-1.10 (1:1.10.3-1~oneiric1) oneiric-backports; urgency=low + + * Backport to oneiric, changes kept: + - Switch to use ttf-droid instead of fonts-droid which is not available in + oneiric. + + -- Gerfried Fuchs Thu, 28 Jun 2012 15:42:17 +0200 + wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low * New upstream stable release (closes: #676460) @@ -31,6 +55,14 @@ wesnoth-1.10 (1:1.10.3-1) unstable; urgency=low -- Gerfried Fuchs Fri, 08 Jun 2012 01:04:39 +0200 +wesnoth-1.10 (1:1.10.2-1~oneiric1) oneiric-backports; urgency=low + + * Backport to oneiric, changes kept: + - Switch to use ttf-droid instead of fonts-droid which is not available in + oneiric. + + -- Gerfried Fuchs Fri, 13 Apr 2012 11:57:17 +0200 + wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low * New upstream stable release. @@ -40,6 +72,14 @@ wesnoth-1.10 (1:1.10.2-1) unstable; urgency=low -- Gerfried Fuchs Sun, 08 Apr 2012 16:16:17 +0200 +wesnoth-1.10 (1:1.10.1-1~oneiric1) oneiric-backports; urgency=low + + * Backport to oneiric, changes kept: + - Switch to use ttf-droid instead of fonts-droid which is not available in + oneiric. + + -- Gerfried Fuchs Tue, 06 Mar 2012 13:32:11 +0100 + wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low * New upstream stable release, making fix-xdg-path patch obsolete. @@ -48,6 +88,14 @@ wesnoth-1.10 (1:1.10.1-1) unstable; urgency=low -- Gerfried Fuchs Tue, 28 Feb 2012 00:44:18 +0100 +wesnoth-1.10 (1:1.10-1~oneiric1) oneiric-backports; urgency=low + + * Backport to oneiric (LP: #932011) + * Switch to use ttf-droid instead of fonts-droid which is not available in + oneiric. + + -- Gerfried Fuchs Sun, 12 Feb 2012 11:41:50 +0100 + wesnoth-1.10 (1:1.10-1) unstable; urgency=low * New upstream stable release! \o/ diff --git a/debian/control b/debian/control index cf99929..99a11f6 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/wesnoth.git;a=summary Package: wesnoth-1.10-data Architecture: all Depends: ${misc:Depends}, ttf-dejavu -Recommends: fonts-droid +Recommends: ttf-droid Suggests: wesnoth-1.10-music Description: data files for Wesnoth (branch 1.10) This package contains the sound files and graphics for Wesnoth. It is required diff --git a/debian/control.in b/debian/control.in index 9f0ff51..18dc26a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -19,7 +19,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/wesnoth.git;a=summary Package: wesnoth-BRANCH-data Architecture: all Depends: ${misc:Depends}, ttf-dejavu -Recommends: fonts-droid +Recommends: ttf-droid Suggests: wesnoth-BRANCH-music Description: data files for Wesnoth (branch BRANCH) This package contains the sound files and graphics for Wesnoth. It is required diff --git a/debian/rules b/debian/rules index eb788c8..157953e 100755 --- a/debian/rules +++ b/debian/rules @@ -129,10 +129,12 @@ binary-common: # Build architecture independant packages using the common target. binary-indep: install # workaround for dh_link (mis)behavior, see BTS#445550 - for i in ttf-dejavu/DejaVuSans.ttf droid/DroidSansJapanese.ttf droid/DroidSansFallbackFull.ttf; \ + for i in ttf-dejavu/DejaVuSans.ttf ttf-droid/DroidSansJapanese.ttf; \ do ln -s /usr/share/fonts/truetype/$$i \ debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/`basename $$i`; \ done + ln -s /usr/share/fonts/truetype/ttf-droid/DroidSansFallback.ttf \ + debian/wesnoth-$(BRANCH_VERSION)-data/usr/share/games/wesnoth/$(BRANCH_VERSION)/fonts/DroidSansFallbackFull.ttf # rename icons versioned