[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Ubuntu transition to 3.11.1] Specific changes on ocaml-bjack



Hello,

Same issue as my previous email, this time regarding ocaml-bjack.
Ubuntu specific patch follows. Should it be integrated in Debian or
keep separate in Ubuntu?

https://patches.ubuntu.com/o/ocaml-bjack/ocaml-bjack_0.1.2-1ubuntu1.patch
diff -pruN 0.1.2-1/configure 0.1.2-1ubuntu1/configure
--- 0.1.2-1/configure	2009-02-17 18:31:45.000000000 +0000
+++ 0.1.2-1ubuntu1/configure	2009-06-08 08:18:52.000000000 +0100
@@ -3233,7 +3233,7 @@ echo "${ECHO_T}yes" >&6; }
 	:
 fi

-LIBS="$LDFLAGS -lsamplerate"
+LIBS="$LIBS -lsamplerate"

 if test "$OCAMLOPT" = no ; then
     BEST=byte
diff -pruN 0.1.2-1/configure.ac 0.1.2-1ubuntu1/configure.ac
--- 0.1.2-1/configure.ac	2009-02-17 18:31:45.000000000 +0000
+++ 0.1.2-1ubuntu1/configure.ac	2009-06-08 08:18:52.000000000 +0100
@@ -108,7 +108,7 @@ AC_SUBST([jack_LDFLAGS])
 # Check for samplerate
 PKG_CHECK_MODULES(samplerate, samplerate >= 0.0.15)

-LIBS="$LDFLAGS -lsamplerate"
+LIBS="$LIBS -lsamplerate"

 if test "$OCAMLOPT" = no ; then
     BEST=byte
diff -pruN 0.1.2-1/debian/changelog 0.1.2-1ubuntu1/debian/changelog
--- 0.1.2-1/debian/changelog	2009-06-08 08:21:55.000000000 +0100
+++ 0.1.2-1ubuntu1/debian/changelog	2009-06-08 08:18:52.000000000 +0100
@@ -1,3 +1,13 @@
+ocaml-bjack (0.1.2-1ubuntu1) karmic; urgency=low
+
+  * Merge from debian unstable, remaining changes: (LP: #384631)
+    - configure{.ac}:
+      - Use LIBS instead of LDFLAGS when redefining LIBS
+        (fixes a FTBFS).
+  * Fixes: LP: #383576
+
+ -- Andreas Moog <amoog@ubuntu.com>  Mon, 08 Jun 2009 00:10:22 +0200
+
 ocaml-bjack (0.1.2-1) unstable; urgency=low

   * New Upstream Version.
@@ -14,6 +24,13 @@ ocaml-bjack (0.1.1-2) experimental; urge

  -- Romain Beauxis <toots@rastageeks.org>  Sat, 13 Dec 2008 23:12:27 +0100

+ocaml-bjack (0.1.1-1ubuntu1) intrepid; urgency=low
+
+  * configure{,.ac}: Use LIBS instead of LDFLAGS when redefining LIBS
+    (fixes a FTBFS).
+
+ -- Michael Bienia <geser@ubuntu.com>  Sun, 27 Jul 2008 15:02:59 +0200
+
 ocaml-bjack (0.1.1-1) unstable; urgency=low

   * New upstream release, fixes typo in caml_bjack_open_byte(s)


Yours,
david


Reply to: