diff --git a/debian/changelog b/debian/changelog index ba8e67e..dca09fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +wesnoth-1.10 (1:1.10.1-1~oneiric1) unstable; 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. @@ -6,6 +14,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 fa3779d..f3bf7b7 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,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 7ea37c1..99d7a60 100644 --- a/debian/control.in +++ b/debian/control.in @@ -18,7 +18,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 92cc790..968548f 100755 --- a/debian/rules +++ b/debian/rules @@ -129,11 +129,11 @@ 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; \ + 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/droid/DroidSansFallback.ttf \ + 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