Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save r4um/2585745 to your computer and use it in GitHub Desktop.
Save r4um/2585745 to your computer and use it in GitHub Desktop.
zookeeper debian diff for build on lucid
diff -r -U1 a/changelog b/changelog
--- a/changelog 2012-03-23 23:04:21.000000000 +0530
+++ b/changelog 2012-03-26 22:04:43.579323262 +0530
@@ -1,3 +1,4 @@
-zookeeper (3.3.5+dfsg1-1ubuntu1) precise; urgency=low
+zookeeper (3.3.5+dfsg1-1ubuntu1) lucid; urgency=low
+ [ James Page ]
* d/patches/fixes/ZOOKEEPER-1431: Fix up memory leak in zookeeper
@@ -7,3 +8,6 @@
- -- James Page <[email protected]> Fri, 23 Mar 2012 17:33:38 +0000
+ [ Pranay Kanwar ]
+ * lucid port.
+
+ -- Pranay Kanwar <[email protected]> Mon, 26 Mar 2012 21:35:08 +0530
diff -r -U1 a/compat b/compat
--- a/compat 2012-03-22 02:53:25.000000000 +0530
+++ b/compat 2012-03-26 22:04:43.579323262 +0530
@@ -1 +1 @@
-9
+7
diff -r -U1 a/control b/control
--- a/control 2012-03-23 23:02:42.000000000 +0530
+++ b/control 2012-03-26 22:04:43.579323262 +0530
@@ -15,4 +15,4 @@
automake,
- debhelper (>= 8.9.7~),
- default-jdk (>= 1:1.6),
+ debhelper,
+ default-jdk,
default-jdk-doc,
@@ -32,3 +32,3 @@
procps,
- python-all-dev (>= 2.6.6-3~)
+ python-all-dev
X-Python-Version: >= 2.6
diff -r -U1 a/libzookeeper-mt2.install.in b/libzookeeper-mt2.install.in
--- a/libzookeeper-mt2.install.in 2012-03-22 02:53:25.000000000 +0530
+++ b/libzookeeper-mt2.install.in 2012-03-26 22:04:43.579323262 +0530
@@ -1 +1 @@
-/usr/lib/*/*_mt.so.* /usr/lib/__ARCH__
+/usr/lib/*_mt.so.* /usr/lib/__ARCH__
diff -r -U1 a/libzookeeper-mt-dev.install.in b/libzookeeper-mt-dev.install.in
--- a/libzookeeper-mt-dev.install.in 2012-03-22 02:53:25.000000000 +0530
+++ b/libzookeeper-mt-dev.install.in 2012-03-26 22:04:43.579323262 +0530
@@ -1,3 +1,3 @@
/usr/include
-/usr/lib/*/*_mt.a /usr/lib/__ARCH__
-/usr/lib/*/*_mt.so /usr/lib/__ARCH__
+/usr/lib/*_mt.a /usr/lib/__ARCH__
+/usr/lib/*_mt.so /usr/lib/__ARCH__
diff -r -U1 a/libzookeeper-st2.install.in b/libzookeeper-st2.install.in
--- a/libzookeeper-st2.install.in 2012-03-22 02:53:25.000000000 +0530
+++ b/libzookeeper-st2.install.in 2012-03-26 22:04:43.579323262 +0530
@@ -1 +1 @@
-/usr/lib/*/*_st.so.* /usr/lib/__ARCH__
+/usr/lib/*_st.so.* /usr/lib/__ARCH__
diff -r -U1 a/libzookeeper-st-dev.install.in b/libzookeeper-st-dev.install.in
--- a/libzookeeper-st-dev.install.in 2012-03-22 02:53:25.000000000 +0530
+++ b/libzookeeper-st-dev.install.in 2012-03-26 22:04:43.579323262 +0530
@@ -1,3 +1,3 @@
/usr/include
-/usr/lib/*/*_st.a /usr/lib/__ARCH__
-/usr/lib/*/*_st.so /usr/lib/__ARCH__
+/usr/lib/*_st.a /usr/lib/__ARCH__
+/usr/lib/*_st.so /usr/lib/__ARCH__
diff -r -U1 a/rules b/rules
--- a/rules 2012-03-22 02:53:25.000000000 +0530
+++ b/rules 2012-03-26 22:04:43.579323262 +0530
@@ -3,2 +3,3 @@
export JAVA_HOME=/usr/lib/jvm/default-java
+export CLASSPATH=lib/*:build/classes:debian/_jh_build.zookeeper
@@ -9,3 +10,3 @@
%:
- dh $@ --with javahelper --with python2
+ dh --with javahelper $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment