r23372 - in /packages/unstable/libepc/debian: changelog control control.in patches/01_kfreebsd.patch rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 25 00:02:57 UTC 2010


Author: pochu
Date: Thu Mar 25 00:02:54 2010
New Revision: 23372

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23372
Log:
* New upstream release.
  - debian/patches/01_kfreebsd.patch:
    + Removed, applied upstream.
* debian/control.in:
  - Standards-Version is 3.8.4, no changes needed.
* debian/rules:
  - Build with --enable-static.

Removed:
    packages/unstable/libepc/debian/patches/01_kfreebsd.patch
Modified:
    packages/unstable/libepc/debian/changelog
    packages/unstable/libepc/debian/control
    packages/unstable/libepc/debian/control.in
    packages/unstable/libepc/debian/rules

Modified: packages/unstable/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/changelog?rev=23372&op=diff
==============================================================================
--- packages/unstable/libepc/debian/changelog [utf-8] (original)
+++ packages/unstable/libepc/debian/changelog [utf-8] Thu Mar 25 00:02:54 2010
@@ -1,8 +1,15 @@
-libepc (0.3.10-3) UNRELEASED; urgency=low
+libepc (0.3.11-1) unstable; urgency=low
 
   * Update my email address.
+  * New upstream release.
+    - debian/patches/01_kfreebsd.patch:
+      + Removed, applied upstream.
+  * debian/control.in:
+    - Standards-Version is 3.8.4, no changes needed.
+  * debian/rules:
+    - Build with --enable-static.
 
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 31 Aug 2009 00:58:10 +0200
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 25 Mar 2010 00:58:12 +0100
 
 libepc (0.3.10-2) unstable; urgency=low
 

Modified: packages/unstable/libepc/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control?rev=23372&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control [utf-8] (original)
+++ packages/unstable/libepc/debian/control [utf-8] Thu Mar 25 00:02:54 2010
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: libepc
 Section: libs
 Priority: optional
@@ -17,7 +22,7 @@
                libgtk2.0-dev (>= 2.10),
                intltool (>= 0.35.0)
 Build-Depends-Indep: libglib2.0-doc
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://live.gnome.org/libepc/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libepc
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libepc

Modified: packages/unstable/libepc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/control.in?rev=23372&op=diff
==============================================================================
--- packages/unstable/libepc/debian/control.in [utf-8] (original)
+++ packages/unstable/libepc/debian/control.in [utf-8] Thu Mar 25 00:02:54 2010
@@ -17,7 +17,7 @@
                libgtk2.0-dev (>= 2.10),
                intltool (>= 0.35.0)
 Build-Depends-Indep: libglib2.0-doc
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://live.gnome.org/libepc/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/libepc
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/libepc

Modified: packages/unstable/libepc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/rules?rev=23372&op=diff
==============================================================================
--- packages/unstable/libepc/debian/rules [utf-8] (original)
+++ packages/unstable/libepc/debian/rules [utf-8] Thu Mar 25 00:02:54 2010
@@ -9,6 +9,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 
 libepc := $(shell sed -nr 's/^Package:[[:space:]]*(libepc-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 libepc-ui := $(shell sed -nr 's/^Package:[[:space:]]*(libepc-ui-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)




More information about the pkg-gnome-commits mailing list