summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-09-01 11:23:56 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-09-01 11:23:56 +0400
commitfc305db2ee44491515320e6ac67fe7e1c951c407 (patch)
tree358312f9513f51f71119943bd1b0685f301e0902
parentf8d2e3cb74f472ed2223b4fc9090e92d48f27ee4 (diff)
downloadopen-axiom-debian-fc305db2ee44491515320e6ac67fe7e1c951c407.tar.gz
New SVN revision, refreshed no-missing-messages.patch
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/no-missing-messages.patch10
2 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index e9a8e28..4e2ec6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-open-axiom (1.5.0~svn3039-1) unstable; urgency=low
+open-axiom (1.5.0~svn3056-1) unstable; urgency=low
* New upstream version.
* Use xz compression for both source tarball and packages
diff --git a/debian/patches/no-missing-messages.patch b/debian/patches/no-missing-messages.patch
index 1cbddae..e8a23bd 100644
--- a/debian/patches/no-missing-messages.patch
+++ b/debian/patches/no-missing-messages.patch
@@ -1,8 +1,8 @@
-Index: b/src/sman/sman.c
+Index: open-axiom/src/sman/sman.c
===================================================================
---- a/src/sman/sman.c 2013-05-09 20:02:37.000000000 +0400
-+++ b/src/sman/sman.c 2013-05-09 20:02:43.000000000 +0400
-@@ -450,7 +450,6 @@
+--- open-axiom.orig/src/sman/sman.c 2013-09-01 11:22:27.000000000 +0400
++++ open-axiom/src/sman/sman.c 2013-09-01 11:22:27.000000000 +0400
+@@ -449,7 +449,6 @@
const char* command = oa_concatenate_string(root_dir,HypertexProgram);
if (readablep(command) != 1) {
@@ -10,7 +10,7 @@ Index: b/src/sman/sman.c
return;
}
if (PasteFile){
-@@ -480,8 +479,6 @@
+@@ -479,8 +478,6 @@
if (readablep(command) == 1)
spawn_of_hell(command, DoItAgain);