[SCM] rtmpdump packaging branch, master, updated. debian/2.2e-2-1-ge3bbaa3
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Thu Jun 17 09:18:44 UTC 2010
The following commit has been merged in the master branch:
commit e3bbaa3e13f4e28749d88dd98851ce0df9bbce83
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Thu Jun 17 11:18:29 2010 +0200
Build with -fPIC to allow linking of the library into shared libraries, e.g. ffmpeg (Closes: #585000).
diff --git a/debian/changelog b/debian/changelog
index e7aa735..01ed2c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rtmpdump (2.2e-3) unstable; urgency=low
+
+ * Build with -fPIC to allow linking of the library into shared libraries,
+ e.g. ffmpeg (Closes: #585000).
+
+ -- Sebastian Dröge <slomo at debian.org> Thu, 17 Jun 2010 11:11:01 +0200
+
rtmpdump (2.2e-2) unstable; urgency=low
* update debian/copyright after consulting upstream
diff --git a/debian/control b/debian/control
index 6207bf8..f8a2bbc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: rtmpdump
Priority: extra
Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Reinhard Tartler <siretart at tauware.de>
+Uploaders: Reinhard Tartler <siretart at tauware.de>, Sebastian Dröge <slomo at debian.org>
Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~), libgnutls-dev
Standards-Version: 3.8.4
Section: web
diff --git a/debian/rules b/debian/rules
index 122de29..dfb2f8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
MAKEVARS=prefix=/usr CRYPTO=GNUTLS
override_dh_auto_build:
- $(MAKE) $(MAKEVARS)
+ $(MAKE) $(MAKEVARS) XCFLAGS="-fPIC"
override_dh_auto_install:
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp $(MAKEVARS)
--
rtmpdump packaging
More information about the pkg-multimedia-commits
mailing list