[Pkg-cli-libs-commits] [SCM] opentk branch, master, updated. debian/1.0.20101006+dfsg1-1

Iain Lane laney at debian.org
Sat Jun 2 21:27:08 UTC 2012


The following commit has been merged in the master branch:
commit 26b84c2aff7eda2cb9c1052771a2e5fa8f8f59d2
Author: Iain Lane <laney at debian.org>
Date:   Sat Jun 2 16:49:55 2012 +0100

    Build reference documentation at runtime and install it

diff --git a/debian/control b/debian/control
index 71d9128..3f32771 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Jo Shields <directhex at apebox.org>
 Build-Depends: cli-common-dev (>= 0.8~), debhelper (>= 7.0.50~)
-Build-Depends-Indep: mono-devel (>= 2.8), 
+Build-Depends-Indep: doxygen-latex,
+                     mono-devel (>= 2.8), 
                      libgl1-mesa-dev, 
                      libglu1-mesa-dev,
                      libopenal-dev,
diff --git a/debian/libopentk-cil-dev.docs b/debian/libopentk-cil-dev.docs
new file mode 100644
index 0000000..335ffb9
--- /dev/null
+++ b/debian/libopentk-cil-dev.docs
@@ -0,0 +1 @@
+Documentation/Reference.pdf
diff --git a/debian/rules b/debian/rules
index 12a1573..54d6396 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 
 override_dh_auto_build:
 	xbuild OpenTK.sln
+	xbuild Documentation/Build.Docs.csproj
 	rm -rf monodocer
 	mdoc update -i Source/Compatibility/OpenTK.Compatibility.xml \
 	            -i Source/OpenTK/OpenTK.xml \
@@ -17,10 +18,12 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	xbuild OpenTK.sln /target:Clean
+	xbuild Documentation/Build.Docs.csproj /target:Clean
 	rm -fr Binaries
 	rm -fr monodocer
 	rm -f opentk.zip
 	rm -f opentk.tree
+	rm -f Documentation/Reference.pdf
 
 override_dh_clideps:
 	dh_clideps --exclude-moduleref=/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon \

-- 
opentk



More information about the Pkg-cli-libs-commits mailing list