[pkg-lynx-commits] [lynx-cur] 01/01: Fix arch-indep only build.
Andreas Metzler
ametzler at moszumanska.debian.org
Thu Feb 11 15:49:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
ametzler pushed a commit to branch master
in repository lynx-cur.
commit ca391678cd9ea4c2e25bc24e610cf0dd232cb1af
Author: Andreas Metzler <ametzler at bebt.de>
Date: Thu Feb 11 16:46:18 2016 +0100
Fix arch-indep only build.
Use rm -f in override_dh_link target, the to be removed file will not
exist on arch-indep only builds. (dpkg-buildpackage -A).
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c3d616e..0cec276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lynx (2.8.9dev8-5) UNRELEASED; urgency=medium
+
+ * Fix arch-indep only build. Closes: #814436
+
+ -- Andreas Metzler <ametzler at debian.org> Thu, 11 Feb 2016 16:35:42 +0100
+
lynx (2.8.9dev8-4) unstable; urgency=low
* Upload to unstable again.
diff --git a/debian/rules b/debian/rules
index 7780958..a38ff14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ override_dh_auto_install:
COPYHEADER.asc COPYING COPYING.asc samples test
override_dh_link:
- rm -v debian/lynx/usr/share/doc/lynx/changelog
+ rm -fv debian/lynx/usr/share/doc/lynx/changelog
dh_link
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lynx/lynx-cur.git
More information about the pkg-lynx-commits
mailing list