[Pkg-cli-apps-commits] [SCM] openbve branch, master, updated. debian/1.4.0.0-1-5-ga3eb765

Paul Sladen debian at paul.sladen.org
Sat Jan 14 09:40:59 UTC 2012


The following commit has been merged in the master branch:
commit a3eb7656c93f2baea22ac260dd7f626e87aaca30
Author: Paul Sladen <debian at paul.sladen.org>
Date:   Sat Jan 14 10:40:48 2012 +0100

    debian/rules: use --with=cli
    + restore '--exclude-moduleref=AtsPluginProxy.dll'
      (removed >= 1.2.10.0-0ubuntu2) to stop errors

diff --git a/debian/changelog b/debian/changelog
index 7526389..ffaa2a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ openbve (1.4.0.0-3) UNRELEASED; urgency=low
     + emulate behaviour until upstream allows LocalApplicationData
   * debian/README.source: document 'mask.bin'
   * debian/rules+control: convert to minimal debhelper 7 + bumps build-dep
+  * debian/rules: use --with=cli
+    + restore '--exclude-moduleref=AtsPluginProxy.dll'
+      (removed >= 1.2.10.0-0ubuntu2) to stop errors
 
  -- Paul Sladen <debian at paul.sladen.org>  Fri, 13 Jan 2012 23:00:00 +0100
 
diff --git a/debian/rules b/debian/rules
index 84366b6..6fe5879 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 export DH_VERBOSE=15
+DEB_BUILD_OPTIONS=nostrip
 BUILDDIRS = openBVE/OpenBve openBVE/OpenBveApi \
  openBVE/OpenBveAts \
  openBVE/Sound.Flac openBVE/Sound.RiffWave \
@@ -11,7 +12,10 @@ EXEC_PLUGIN_TARGET = $(EXEC_TARGET)/Plugins
 DEBUG_CONFIGURATION=Release
 
 %:
-	dh $@
+	dh $@ --with=cli
+
+override_dh_clideps:
+	dh_clideps --exclude-moduleref=AtsPluginProxy --exclude-moduleref=AtsPluginProxy.dll
 
 # It works, but only because of the kludge below
 override_dh_build-indep:

-- 
openbve



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