r9776 - in /desktop/unstable/atk1.0/debian: changelog libatk1.0-dbg.dirs libatk1.0-udeb.dirs libatk1.0-udeb.install rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Apr 11 16:06:06 UTC 2007


Author: lool
Date: Wed Apr 11 16:06:06 2007
New Revision: 9776

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9776
Log:
* Install udeb files via debian/libatk1.0-udeb.install.
* Drop useless debian/*.dirs.

Added:
    desktop/unstable/atk1.0/debian/libatk1.0-udeb.install
Removed:
    desktop/unstable/atk1.0/debian/libatk1.0-dbg.dirs
    desktop/unstable/atk1.0/debian/libatk1.0-udeb.dirs
Modified:
    desktop/unstable/atk1.0/debian/changelog
    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=9776&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/changelog (original)
+++ desktop/unstable/atk1.0/debian/changelog Wed Apr 11 16:06:06 2007
@@ -4,8 +4,10 @@
   * Fix URL in copyright.
   * Fix mixture of DEB_CONFIGURE_SCRIPT_ENV / direct LDFLAGS setting;
     build-dep on cdbs >= 0.4.41.
-
- -- Loic Minier <lool at dooz.org>  Wed, 11 Apr 2007 17:58:44 +0200
+  * Install udeb files via debian/libatk1.0-udeb.install.
+  * Drop useless debian/*.dirs.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 11 Apr 2007 18:01:28 +0200
 
 atk1.0 (1.18.0-1) experimental; urgency=low
 

Added: desktop/unstable/atk1.0/debian/libatk1.0-udeb.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/libatk1.0-udeb.install?rev=9776&op=file
==============================================================================
--- desktop/unstable/atk1.0/debian/libatk1.0-udeb.install (added)
+++ desktop/unstable/atk1.0/debian/libatk1.0-udeb.install Wed Apr 11 16:06:06 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/lib*.so.*

Modified: desktop/unstable/atk1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0/debian/rules?rev=9776&op=diff
==============================================================================
--- desktop/unstable/atk1.0/debian/rules (original)
+++ desktop/unstable/atk1.0/debian/rules Wed Apr 11 16:06:06 2007
@@ -12,12 +12,10 @@
 LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 
 # build static stuff:
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-static
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --enable-static
 
 SHLIB_VERSION := 1.13.2
-DEB_DH_MAKESHLIBS_ARGS_libatk1.0-0 := -V"libatk1.0-0 (>= $(SHLIB_VERSION))" --add-udeb="libatk1.0-udeb"
+DEB_DH_MAKESHLIBS_ARGS_libatk1.0-0 += -V"libatk1.0-0 (>= $(SHLIB_VERSION))" --add-udeb="libatk1.0-udeb"
 
 DEB_DBG_PACKAGE_ALL := libatk1.0-dbg
 
-install/libatk1.0-udeb::
-	cp debian/tmp/usr/lib/libatk-1.0.so.0 debian/libatk1.0-udeb/usr/lib/




More information about the pkg-gnome-commits mailing list