[SCM] Packaging for quarry branch, master, updated. debian/0.2.0.dfsg.1-3-23-g40f032b

Vincent Legout vincent at legout.info
Thu Jun 9 19:00:55 UTC 2011


The following commit has been merged in the master branch:
commit a3182e9e3b17c2668bc414e1322f4a6fdc39ccd7
Author: Vincent Legout <vincent at legout.info>
Date:   Thu Jun 9 19:57:40 2011 +0200

    Build html documentation

diff --git a/debian/changelog b/debian/changelog
index 0feda94..b45b683 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ quarry (0.3.0.1-1) UNRELEASED; urgency=low
   * debian/rules:
     - Use --with autotools_dev to refresh config.guess and config.sub
     - Enable scrollkeeper (and add scrollkeeper in Build-Depends)
+    - Build html documentation
 
  -- Vincent Legout <vincent at legout.info>  Thu, 09 Jun 2011 19:53:16 +0200
 
diff --git a/debian/clean b/debian/clean
index ecdc77c..aa7c40d 100644
--- a/debian/clean
+++ b/debian/clean
@@ -2,3 +2,4 @@ data/textures/wood1.jpg
 data/textures/wood2.jpg
 data/quarry.xpm
 po/ru.gmo
+help/{C,de}/quarry.html
diff --git a/debian/control b/debian/control
index 4aa2823..dc9b500 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Vincent Legout <vincent at legout.info>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, librsvg2-dev, libgtk2.0-dev, sharutils, imagemagick, gettext, scrollkeeper
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, librsvg2-dev, libgtk2.0-dev, sharutils, imagemagick, gettext, scrollkeeper, xmlto
 Standards-Version: 3.9.2
 Homepage: http://gitorious.org/quarry
 Vcs-Git: git://git.debian.org/git/pkg-games/quarry.git
diff --git a/debian/rules b/debian/rules
index 96732c5..281ff20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,5 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	rm -f po/ru.gmo && msgfmt -c -o po/ru.gmo po/ru.po
+	cd help && make html && cd ..
 	dh_auto_build

-- 
Packaging for quarry



More information about the Pkg-games-commits mailing list