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

Paul Sladen debian at paul.sladen.org
Wed Jan 18 10:18:27 UTC 2012


The following commit has been merged in the master branch:
commit 24ad791a83443d073b59a5f314f1ba2b878510c4
Author: Paul Sladen <debian at paul.sladen.org>
Date:   Wed Jan 18 10:58:08 2012 +0100

    Use dh_installchangelogs HTML conversion
     (less pretty, but more standard.  Thanks to rfs-feedback/hyperair

diff --git a/debian/README.source b/debian/README.source
index e30a46a..8ea61c1 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -37,6 +37,19 @@ zero-change, and so it's possible to skip re-uploading to the archive).
 Rarely does a bump of the program itself introduce a hard Depends: break
 upon the data, but do check, and bump up if it actually breaks.
 
+Changelogs
+
+The Upstream is not distributed in the source package, but needs to be
+pulled from the website.  Since the website might not be up at the point
+of rebuliding the package, this is achieved manually:
+
+  cd debian/
+  ./rules fetch-html
+
+and then this change is committed to revision control as part of the
+Debian patch for later use and reliable rebuilding.
+
+
 DFSGifyng:
 
 The 'openbve_stable.zip' contains pre-compiled '.exe', '.dll' and
diff --git a/debian/openbve.docs b/debian/openbve.docs
index 6a1b15f..c92c73d 100644
--- a/debian/openbve.docs
+++ b/debian/openbve.docs
@@ -1,6 +1,5 @@
 debian/known-issues.txt
 debian/routes-and-trains.txt
-debian/changelog.html
 debian/releasenotes.html
 debian/credits.html
 debian/README.Debian
diff --git a/debian/rules b/debian/rules
index 4359123..c333718 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ override_dh_install:
 	install -m 755 $(CURDIR)/openBVE/Sound.RiffWave/bin/$(DEBUG_CONFIGURATION)/Sound.RiffWave.dll $(EXEC_PLUGIN_TARGET)
 	install -m 755 $(CURDIR)/openBVE/Texture.Ace/bin/$(DEBUG_CONFIGURATION)/Texture.Ace.dll $(EXEC_PLUGIN_TARGET)
 	install -m 755 $(CURDIR)/openBVE/Texture.BmpGifJpegPngTiff/bin/$(DEBUG_CONFIGURATION)/Texture.BmpGifJpegPngTiff.dll $(EXEC_PLUGIN_TARGET)
-	lynx -dump -nolist $(CURDIR)/debian/changelog.html > $(TARGET)/usr/share/doc/openbve/changelog
+	dh_installchangelogs debian/changelog.html
 
 # For running manually
 fetch-html:

-- 
openbve



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