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

Jo Shields directhex at apebox.org
Sat Jun 2 21:27:09 UTC 2012


The following commit has been merged in the master branch:
commit cf39bdf52b825837fc5dbc675edafbb1bf56fea1
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Jun 2 21:37:47 2012 +0100

    Revert "Build reference documentation at runtime and install it"
    
    This reverts commit 26b84c2aff7eda2cb9c1052771a2e5fa8f8f59d2.

diff --git a/debian/control b/debian/control
index 3f32771..71d9128 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ 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: doxygen-latex,
-                     mono-devel (>= 2.8), 
+Build-Depends-Indep: 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
deleted file mode 100644
index 335ffb9..0000000
--- a/debian/libopentk-cil-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-Documentation/Reference.pdf
diff --git a/debian/rules b/debian/rules
index 54d6396..12a1573 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@
 
 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 \
@@ -18,12 +17,10 @@ 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