[Pkg-galago-commit] r495 - packages/unstable/libsexy/debian

lool at alioth.debian.org lool at alioth.debian.org
Tue May 15 14:50:55 UTC 2007


Author: lool
Date: 2007-05-15 14:50:55 +0000 (Tue, 15 May 2007)
New Revision: 495

Modified:
   packages/unstable/libsexy/debian/changelog
   packages/unstable/libsexy/debian/control
   packages/unstable/libsexy/debian/copyright
   packages/unstable/libsexy/debian/libsexy-dev.install
   packages/unstable/libsexy/debian/rules
Log:
* Cleanups; fixes in the -L and -l flags passed to dh_shlibdeps.
* Wrap build-deps and deps.

Modified: packages/unstable/libsexy/debian/changelog
===================================================================
--- packages/unstable/libsexy/debian/changelog	2007-05-15 08:48:58 UTC (rev 494)
+++ packages/unstable/libsexy/debian/changelog	2007-05-15 14:50:55 UTC (rev 495)
@@ -1,9 +1,11 @@
-libsexy (0.1.11-2) UNRELEASED; urgency=low
+libsexy (0.1.11-2) unstable; urgency=low
 
   * Fix DEB_SHLIBDEPS_INCLUDE_ and DEB_DH_MAKESHLIBS_ARGS_ to act on libsexy2
     instead of libsexy1; thanks Daniel Holbach.
+  * Cleanups; fixes in the -L and -l flags passed to dh_shlibdeps.
+  * Wrap build-deps and deps.
 
- -- Loic Minier <lool at dooz.org>  Tue, 15 May 2007 10:48:30 +0200
+ -- Loic Minier <lool at dooz.org>  Tue, 15 May 2007 16:18:40 +0200
 
 libsexy (0.1.11-1) unstable; urgency=low
 

Modified: packages/unstable/libsexy/debian/control
===================================================================
--- packages/unstable/libsexy/debian/control	2007-05-15 08:48:58 UTC (rev 494)
+++ packages/unstable/libsexy/debian/control	2007-05-15 14:50:55 UTC (rev 495)
@@ -3,13 +3,21 @@
 Priority: optional
 Maintainer: Riccardo Setti <giskard at debian.org>
 Uploaders: Loic Minier <lool at dooz.org>
-Build-Depends: cdbs, debhelper (>= 5), libgtk2.0-dev (>= 2.4), libxml2-dev, libglib2.0-dev (>= 2.4), libpango1.0-dev (>= 1.4), iso-codes
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               libgtk2.0-dev (>= 2.4),
+               libxml2-dev,
+               libglib2.0-dev (>= 2.4),
+               libpango1.0-dev (>= 1.4),
+               iso-codes
 Standards-Version: 3.7.2
 
 Package: libsexy2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}, libenchant1c2a
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libenchant1c2a
 Description: collection of additional GTK+ widgets - library
  libsexy is a collection of GTK+ widgets that extend the functionality of 
  such standard widgets as GtkEntry and GtkLabel by subclassing them and 
@@ -20,7 +28,17 @@
 Package: libsexy-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libsexy2 (= ${Source-Version}), libgtk2.0-dev, libcairo2-dev, libatk1.0-dev, libfreetype6-dev, libglib2.0-dev, libpango1.0-dev, libxcursor-dev, libxml2-dev, libxrender-dev
+Depends: ${misc:Depends},
+         libsexy2 (= ${Source-Version}),
+         libgtk2.0-dev,
+         libcairo2-dev,
+         libatk1.0-dev,
+         libfreetype6-dev,
+         libglib2.0-dev,
+         libpango1.0-dev,
+         libxcursor-dev,
+         libxml2-dev,
+         libxrender-dev
 Description: collection of additional GTK+ widgets - header files
  libsexy is a collection of GTK+ widgets that extend the functionality of 
  such standard widgets as GtkEntry and GtkLabel by subclassing them and 

Modified: packages/unstable/libsexy/debian/copyright
===================================================================
--- packages/unstable/libsexy/debian/copyright	2007-05-15 08:48:58 UTC (rev 494)
+++ packages/unstable/libsexy/debian/copyright	2007-05-15 14:50:55 UTC (rev 495)
@@ -1,53 +1,53 @@
 This package was debianized by Daniel Holbach <daniel.holbach at ubuntu.com> on
 Fri,  2 Dec 2005 17:45:52 +0100.
 
-It was downloaded from 
-	http://wiki.chipx86.com/wiki/Libsexy
+It was downloaded from:
+        <http://wiki.chipx86.com/wiki/Libsexy>
 
 Copyright Holder:
-	Christian Hammond       <chipx86 at chipx86.com>
-	David Trowbridge        <trowbrds at gmail.com>
+        Christian Hammond       <chipx86 at chipx86.com>
+        David Trowbridge        <trowbrds at gmail.com>
 
 License:
 
-gtkspell_iso_codes.c and gtkspell_iso_codes.h are distribuited under the 
+gtkspell_iso_codes.c and gtkspell_iso_codes.h are distribuited under the
 terms of the GPL license.
 
-	This package is free software; you can redistribute it and/or modify
-	it under the terms of the GNU General Public License as published by
-	the Free Software Foundation; version 2 dated June, 1991.
+        This package is free software; you can redistribute it and/or modify
+        it under the terms of the GNU General Public License as published by
+        the Free Software Foundation; version 2 dated June, 1991.
 
-	This package is distributed in the hope that it will be useful,
-	but WITHOUT ANY WARRANTY; without even the implied warranty of
-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-	GNU General Public License for more details.
+        This package is distributed in the hope that it will be useful,
+        but WITHOUT ANY WARRANTY; without even the implied warranty of
+        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        GNU General Public License for more details.
 
-	You should have received a copy of the GNU General Public License
-	along with this package; if not, write to the Free Software
-	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
-	USA.
+        You should have received a copy of the GNU General Public License
+        along with this package; if not, write to the Free Software
+        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+        USA.
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
-sexy.h, sexy-icon-entry.c, sexy-incon-entry.h, 
+sexy.h, sexy-icon-entry.c, sexy-incon-entry.h,
 sexy-spell-entry.c, sexy-spell-entry.h sexy-url-label-c,
 sexy-url-label.h and the others files are distribuited under the terms
 of the GNU Lesser General Public License.
 
-	This package is free software; you can redistribute it and/or modify
-	it under the terms of the GNU Lesser General Public License as published by
-	the Free Software Foundation.
+        This package is free software; you can redistribute it and/or modify
+        it under the terms of the GNU Lesser General Public License as published by
+        the Free Software Foundation.
 
-	This package is distributed in the hope that it will be useful,
-	but WITHOUT ANY WARRANTY; without even the implied warranty of
-	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-	GNU General Public License for more details.
+        This package is distributed in the hope that it will be useful,
+        but WITHOUT ANY WARRANTY; without even the implied warranty of
+        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        GNU General Public License for more details.
 
-	You should have received a copy of the GNU Lesser General Public License
-	along with this package; if not, write to the Free Software
-	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
-	USA.
+        You should have received a copy of the GNU Lesser General Public License
+        along with this package; if not, write to the Free Software
+        Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+        USA.
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/LGPL'.

Modified: packages/unstable/libsexy/debian/libsexy-dev.install
===================================================================
--- packages/unstable/libsexy/debian/libsexy-dev.install	2007-05-15 08:48:58 UTC (rev 494)
+++ packages/unstable/libsexy/debian/libsexy-dev.install	2007-05-15 14:50:55 UTC (rev 495)
@@ -2,4 +2,3 @@
 debian/tmp/usr/lib/libsexy.so
 debian/tmp/usr/lib/pkgconfig
 debian/tmp/usr/include/libsexy
-

Modified: packages/unstable/libsexy/debian/rules
===================================================================
--- packages/unstable/libsexy/debian/rules	2007-05-15 08:48:58 UTC (rev 494)
+++ packages/unstable/libsexy/debian/rules	2007-05-15 14:50:55 UTC (rev 495)
@@ -1,8 +1,14 @@
 #!/usr/bin/make -f
-  
+
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_SHLIBDEPS_INCLUDE_libsexy2 += debian/libsexy2/usr/lib
-DEB_DH_MAKESHLIBS_ARGS_libsexy2 += -V 'libsexy2 (>= 0.1.8)'
+LIB_PKG := libsexy2
+
+# prepend the lib to the LD_LIBRARY_PATH
+DEB_SHLIBDEPS_INCLUDE += debian/$(LIB_PKG)/usr/lib
+# include the shlibs from the lib
+DEB_DH_SHLIBDEPS_ARGS += -L$(LIB_PKG)
+
+DEB_DH_MAKESHLIBS_ARGS_$(LIB_PKG) += -V '$(LIB_PKG) (>= 0.1.8)'




More information about the Pkg-galago-commit mailing list