summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-10-31 17:44:15 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-10-31 17:44:15 +0400
commitc2c166a5922c58b94a552b159de731aaf9856939 (patch)
treecefaec987cc85e8cf184eee2a9eab17b19a8065a
parent33bf92a90b7e317f201c519d60c2477e698b887b (diff)
downloadopen-axiom-debian-c2c166a5922c58b94a552b159de731aaf9856939.tar.gz
Added description to patches
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/no-missing-messages.patch4
-rw-r--r--debian/patches/non-static-open-axiom-binary.patch3
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c5e64d2..7121b5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,9 +16,11 @@ open-axiom (1.5.0~svn3056-1) unstable; urgency=low
* Fixed get-orig-source target to work out of source tree
* Use canonical VCS fields
* Added keywords to d/open-axiom.desktop
+ * Added description to non-static-open-axiom-binary.patch and
+ no-missing-messages.patch
* Bump standards version 3.9.3 → 3.9.4, no changes
- -- Igor Pashev <pashev.igor@gmail.com> Thu, 31 Oct 2013 17:32:35 +0400
+ -- Igor Pashev <pashev.igor@gmail.com> Thu, 31 Oct 2013 17:42:51 +0400
open-axiom (1.4.1+svn~2626-2) unstable; urgency=low
diff --git a/debian/patches/no-missing-messages.patch b/debian/patches/no-missing-messages.patch
index e8a23bd..38c2f9f 100644
--- a/debian/patches/no-missing-messages.patch
+++ b/debian/patches/no-missing-messages.patch
@@ -1,3 +1,7 @@
+Description: suppress "program not found" messages. This programs are
+ in separated packages, and open-axiom recommends them.
+Forwarded: not-needed
+Origin: vendor
Index: open-axiom/src/sman/sman.c
===================================================================
--- open-axiom.orig/src/sman/sman.c 2013-09-01 11:22:27.000000000 +0400
diff --git a/debian/patches/non-static-open-axiom-binary.patch b/debian/patches/non-static-open-axiom-binary.patch
index c42595e..b9ecc7c 100644
--- a/debian/patches/non-static-open-axiom-binary.patch
+++ b/debian/patches/non-static-open-axiom-binary.patch
@@ -1,3 +1,6 @@
+Description: make /usr/bin/open-axiom a dynamically linked executable
+Origin: vendor
+Forwarded: no
Index: b/src/driver/Makefile.in
===================================================================
--- a/src/driver/Makefile.in 2013-05-09 20:02:37.000000000 +0400