r29996 - in /desktop/unstable/atk1.0/debian: changelog libatk1.0-dev.install rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Oct 5 09:03:06 UTC 2011


Author: biebl
Date: Wed Oct  5 09:03:05 2011
New Revision: 29996

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29996
Log:
* debian/libatk1.0-dev.install
  - Remove libtool .la file.
* debian/rules
  - Remove clean-la.mk include.
  - Wrap configure flags.

Modified:
    desktop/unstable/atk1.0/debian/changelog
    desktop/unstable/atk1.0/debian/libatk1.0-dev.install
    desktop/unstable/atk1.0/debian/rules

Modified: desktop/unstable/atk1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/changelog?rev=29996&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/changelog [utf-8] Wed Oct  5 09:03:05 2011
@@ -1,3 +1,13 @@
+atk1.0 (2.2.0-2) UNRELEASED; urgency=low
+
+  * debian/libatk1.0-dev.install
+    - Remove libtool .la file.
+  * debian/rules
+    - Remove clean-la.mk include.
+    - Wrap configure flags.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 05 Oct 2011 11:01:08 +0200
+
 atk1.0 (2.2.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/atk1.0/debian/libatk1.0-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/libatk1.0-dev.install?rev=29996&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/libatk1.0-dev.install [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/libatk1.0-dev.install [utf-8] Wed Oct  5 09:03:05 2011
@@ -1,4 +1,3 @@
-usr/lib/*/*.la
 usr/lib/*/*.a
 usr/lib/*/*.so
 usr/lib/*/pkgconfig/

Modified: desktop/unstable/atk1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/rules?rev=29996&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/atk1.0/debian/rules [utf-8] Wed Oct  5 09:03:05 2011
@@ -3,7 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := atk
@@ -11,6 +10,9 @@
 LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 
 # build static stuff:
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --enable-static --enable-introspection --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
+                             --enable-static \
+                             --enable-introspection \
+                             --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 
 DEB_DH_MAKESHLIBS_ARGS_libatk1.0-0 += --add-udeb="libatk1.0-udeb" -V -- -c4




More information about the pkg-gnome-commits mailing list