diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2011-12-05 04:35:24 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2011-12-05 04:35:24 +0400 |
commit | fd23fdc8c4a945b04d5d3c147568a85b7b661ca0 (patch) | |
tree | 4cd85b11b2c57592628f9ec5af61afe25dccafa3 | |
parent | 5e5ab51d7f64a82794bedc4b901488e081767baa (diff) | |
download | open-axiom-debian-fd23fdc8c4a945b04d5d3c147568a85b7b661ca0.tar.gz |
New SVN snapshot
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/patches/install-dir.patch | 10 | ||||
-rw-r--r-- | debian/patches/no-missing-messages.patch | 4 | ||||
-rw-r--r-- | debian/patches/non-static-open-axiom-binary.patch | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 1172400..56b9211 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -open-axiom (1.4.1+svn~2470-1) unstable; urgency=low +open-axiom (1.4.1+svn~2526-1) unstable; urgency=low * New upstream version * Include directory 'contrib' in sources @@ -6,7 +6,7 @@ open-axiom (1.4.1+svn~2470-1) unstable; urgency=low * Use SBCL where available (currently i386, amd64, kfreebsd-amd64) and GCL otherwheres (Closes: #648877) - -- Igor Pashev <pashev.igor@gmail.com> Wed, 16 Nov 2011 00:00:53 +0400 + -- Igor Pashev <pashev.igor@gmail.com> Mon, 05 Dec 2011 02:39:43 +0400 open-axiom (1.4.1+svn~2299+ds-1) unstable; urgency=low diff --git a/debian/patches/install-dir.patch b/debian/patches/install-dir.patch index 2544d22..4ab0b03 100644 --- a/debian/patches/install-dir.patch +++ b/debian/patches/install-dir.patch @@ -1,8 +1,8 @@ Index: b/configure =================================================================== ---- a/configure 2011-08-29 14:20:51.000000000 +0400 -+++ b/configure 2011-08-29 14:21:04.000000000 +0400 -@@ -5615,7 +5615,7 @@ +--- a/configure 2011-12-05 02:49:30.000000000 +0400 ++++ b/configure 2011-12-05 02:49:36.000000000 +0400 +@@ -5634,7 +5634,7 @@ @@ -13,8 +13,8 @@ Index: b/configure if test $build != $target; then Index: b/configure.ac =================================================================== ---- a/configure.ac 2011-08-29 14:20:51.000000000 +0400 -+++ b/configure.ac 2011-08-29 14:21:04.000000000 +0400 +--- a/configure.ac 2011-12-05 02:49:30.000000000 +0400 ++++ b/configure.ac 2011-12-05 02:49:36.000000000 +0400 @@ -55,7 +55,7 @@ AC_CONFIG_SRCDIR(src/Makefile.in) diff --git a/debian/patches/no-missing-messages.patch b/debian/patches/no-missing-messages.patch index eee4b68..b3354d3 100644 --- a/debian/patches/no-missing-messages.patch +++ b/debian/patches/no-missing-messages.patch @@ -1,7 +1,7 @@ Index: b/src/sman/sman.c =================================================================== ---- a/src/sman/sman.c 2011-08-29 14:20:51.000000000 +0400 -+++ b/src/sman/sman.c 2011-08-29 14:21:04.000000000 +0400 +--- a/src/sman/sman.c 2011-12-05 02:49:30.000000000 +0400 ++++ b/src/sman/sman.c 2011-12-05 02:49:36.000000000 +0400 @@ -450,7 +450,6 @@ const char* command = oa_concatenate_string(root_dir,HypertexProgram); diff --git a/debian/patches/non-static-open-axiom-binary.patch b/debian/patches/non-static-open-axiom-binary.patch index d468b72..b9433fe 100644 --- a/debian/patches/non-static-open-axiom-binary.patch +++ b/debian/patches/non-static-open-axiom-binary.patch @@ -1,7 +1,7 @@ Index: b/src/driver/Makefile.in =================================================================== ---- a/src/driver/Makefile.in 2011-08-29 14:20:51.000000000 +0400 -+++ b/src/driver/Makefile.in 2011-08-29 14:21:05.000000000 +0400 +--- a/src/driver/Makefile.in 2011-12-05 02:49:30.000000000 +0400 ++++ b/src/driver/Makefile.in 2011-12-05 02:49:36.000000000 +0400 @@ -70,7 +70,7 @@ main.lo: open-axiom.h |