Skip to content

Instantly share code, notes, and snippets.

Created December 17, 2012 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4317211 to your computer and use it in GitHub Desktop.
Save anonymous/4317211 to your computer and use it in GitHub Desktop.
Firebird2.5.x on debian stable 6.0 package diff
iff --git a/debian/control b/debian/control
index 57fcc0c..997c0eb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@ Build-Depends:
autoconf,
automake,
bison,
- debhelper (>= 8.1.3),
+ debhelper,
docbook-to-man,
- dpkg-dev (>= 1.16.1),
+ dpkg-dev,
gawk,
libatomic-ops-dev (>= 1.2+cvs20091005),
libedit-dev,
diff --git a/debian/rules b/debian/rules
index 61c358f..c9db281 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,8 +63,8 @@ confflags += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--with-fbhelp=${VAR}/system --with-fbintl=${ULFB}/intl \
--with-fbmisc=${ULFB}/misc --with-fbsecure-db=${VAR}/system \
--with-fbmsg=${USFB} --with-fblog=/var/log --with-fbglock=${RUN} \
- --with-fbplugins=${ULFB}/plugins \
- $(shell dpkg-buildflags --export=configure)
+ --with-fbplugins=${ULFB}/plugins
+
# see #575564
export FIREBIRD_LOCK=$(CURDIR)/debian/tmp-lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment