[Pkg-electronics-commits] [gplcver] 07/18: Imported Debian patch 2.12a-1.1
أحمد المحمودي (Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Thu Mar 26 12:16:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
aelmahmoudy-guest pushed a commit to branch master
in repository gplcver.
commit 5ca6124c3da622ea62dd102a35f65086d4daf464
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date: Sat Sep 12 22:49:56 2009 +0200
Imported Debian patch 2.12a-1.1
---
debian/changelog | 9 +++++++++
debian/rules | 7 ++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 8971862..6a56376 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gplcver (2.12a-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules:
+ + Install PLI/VPI header files in /usr/include/cver (Closes: #540097)
+ + Do not ignore make distclean error in clean target.
+
+ -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net> Sat, 12 Sep 2009 22:49:56 +0200
+
gplcver (2.12a-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 126ca61..2fb27d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ clean:
rm -f build-arch-stamp build-indep-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean --exclude ./tests_and_examples/capacity.tst/lca100kgate/FD2v.orig
@@ -82,6 +82,11 @@ install-arch:
install $(CURDIR)/debian/cver.1 \
$(CURDIR)/debian/gplcver/usr/share/man/man1
+ # Install PLI/VPI headers:
+ mkdir -p $(CURDIR)/debian/gplcver/usr/include/cver
+ install $(CURDIR)/pli_incs/* \
+ $(CURDIR)/debian/gplcver/usr/include/cver
+
dh_install -s
# Must not depend on anything. This is to be called by
# binary-arch/binary-indep
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gplcver.git
More information about the Pkg-electronics-commits
mailing list