rev 8320 - krap/captury/debian

Fathi Boudra fabo at alioth.debian.org
Sat Dec 22 09:57:48 UTC 2007


Author: fabo
Date: 2007-12-22 09:57:48 +0000 (Sat, 22 Dec 2007)
New Revision: 8320

Modified:
   krap/captury/debian/changelog
   krap/captury/debian/control
   krap/captury/debian/rules
Log:
* Fix FTBFS caused by libelf and missing off64_t definitions.


Modified: krap/captury/debian/changelog
===================================================================
--- krap/captury/debian/changelog	2007-12-21 21:00:50 UTC (rev 8319)
+++ krap/captury/debian/changelog	2007-12-22 09:57:48 UTC (rev 8320)
@@ -1,3 +1,12 @@
+captury (0.3.0~svn158-2) unstable; urgency=low
+
+  * Fix FTBFS caused by libelf and missing off64_t definitions.
+  * Update my e-mail address.
+  * Bump Standards-Version to 3.7.3.
+  * Use Homepage field.
+
+ -- Fathi Boudra <fabo at debian.org>  Sat, 22 Dec 2007 10:40:22 +0100
+
 captury (0.3.0~svn158-1) unstable; urgency=low
 
   * Initial release. (Closes: #446627)

Modified: krap/captury/debian/control
===================================================================
--- krap/captury/debian/control	2007-12-21 21:00:50 UTC (rev 8319)
+++ krap/captury/debian/control	2007-12-22 09:57:48 UTC (rev 8320)
@@ -4,7 +4,8 @@
 Maintainer: Fathi Boudra <fabo at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), quilt, autotools-dev, libcaptury-dev,
  libelf-dev, libgl1-mesa-dev, libpng12-dev, pkg-config
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://rm-rf.in/captury
 
 Package: captury
 Architecture: any
@@ -12,5 +13,3 @@
 Description: screen capture tool
  Captury is a screen capture application,
  primarly done for recording OpenGl games.
- .
-  Homepage: http://rm-rf.in/captury

Modified: krap/captury/debian/rules
===================================================================
--- krap/captury/debian/rules	2007-12-21 21:00:50 UTC (rev 8319)
+++ krap/captury/debian/rules	2007-12-22 09:57:48 UTC (rev 8320)
@@ -5,5 +5,6 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
+DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-D_GNU_SOURCE" LDFLAGS="-Wl,--no-undefined -Wl,--as-needed"
 DEB_INSTALL_MANPAGES_captury := debian/captury.1
 




More information about the pkg-kde-commits mailing list