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

Loïc Minier lool at costa.debian.org
Mon May 22 17:59:07 UTC 2006


Author: lool
Date: 2006-05-22 17:58:33 +0000 (Mon, 22 May 2006)
New Revision: 195

Added:
   packages/unstable/libsexy/debian/libsexy2.install
Removed:
   packages/unstable/libsexy/debian/libsexy1.install
Modified:
   packages/unstable/libsexy/debian/changelog
   packages/unstable/libsexy/debian/control
   packages/unstable/libsexy/debian/libsexy-dev.install
   packages/unstable/libsexy/debian/rules
Log:
* Fix homepage, thanks Will Thompson. (Closes: #368493)
* New upstream releases.
  - SONAME change, change package name to libsexy2.
    [debian/control, debian/libsexy1.install, debian/libsexy2.install,
     debian/rules]
  - Bump shlibs to 0.1.8.
* Add myself to Uploaders for some interim maintenance until Riccardo's
  return.
* Bump up Standards-Version to 3.7.2.
* Stop shipping *.la files in libsexy-dev.

Modified: packages/unstable/libsexy/debian/changelog
===================================================================
--- packages/unstable/libsexy/debian/changelog	2006-05-21 10:45:10 UTC (rev 194)
+++ packages/unstable/libsexy/debian/changelog	2006-05-22 17:58:33 UTC (rev 195)
@@ -1,3 +1,28 @@
+libsexy (0.1.8-2) UNRELEASED; urgency=low
+
+  * Fix homepage, thanks Will Thompson. (Closes: #368493)
+    [debian/control]
+
+ -- Loic Minier <lool at dooz.org>  Mon, 22 May 2006 19:57:40 +0200
+
+libsexy (0.1.8-1) unstable; urgency=low
+
+  * New upstream releases.
+    - SONAME change, change package name to libsexy2.
+      [debian/control, debian/libsexy1.install, debian/libsexy2.install,
+       debian/rules]
+    - Bump shlibs to 0.1.8.
+      [debian/rules]
+  * Add myself to Uploaders for some interim maintenance until Riccardo's
+    return.
+    [debian/control]
+  * Bump up Standards-Version to 3.7.2.
+    [debian/control]
+  * Stop shipping *.la files in libsexy-dev.
+    [debian/libsexy-dev.install]
+
+ -- Loic Minier <lool at dooz.org>  Sun, 14 May 2006 23:29:41 +0200
+
 libsexy (0.1.6-2) unstable; urgency=low
 
   * really added libsexy-doc package. (the previous one was empty) 

Modified: packages/unstable/libsexy/debian/control
===================================================================
--- packages/unstable/libsexy/debian/control	2006-05-21 10:45:10 UTC (rev 194)
+++ packages/unstable/libsexy/debian/control	2006-05-22 17:58:33 UTC (rev 195)
@@ -2,10 +2,11 @@
 Section: libs
 Priority: optional
 Maintainer: Riccardo Setti <giskard at autistici.org>
+Uploaders: Loic Minier <lool at dooz.org>
 Build-Depends: cdbs, debhelper (>= 4.1.0), libgtk2.0-dev (>= 2.4), libxml2-dev, libglib2.0-dev (>= 2.4), libpango1.0-dev (>= 1.4), iso-codes
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
-Package: libsexy1
+Package: libsexy2
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}, libenchant1c2a
@@ -14,12 +15,12 @@
  such standard widgets as GtkEntry and GtkLabel by subclassing them and 
  working around the limitations of the widgets.
  .
- Homepage: http://wiki.chipx86.com/wiki/Libsexy
+ Homepage: http://www.chipx86.com/wiki/Libsexy
 
 Package: libsexy-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libsexy1 (= ${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 
@@ -27,7 +28,7 @@
  .
  These are the header files.
  .
- Homepage: http://wiki.chipx86.com/wiki/Libsexy
+ Homepage: http://www.chipx86.com/wiki/Libsexy
 
 Package: libsexy-doc
 Architecture: all
@@ -40,5 +41,5 @@
  .
  These are the documentation files.
  .
- Homepage: http://wiki.chipx86.com/wiki/Libsexy
+ Homepage: http://www.chipx86.com/wiki/Libsexy
 

Modified: packages/unstable/libsexy/debian/libsexy-dev.install
===================================================================
--- packages/unstable/libsexy/debian/libsexy-dev.install	2006-05-21 10:45:10 UTC (rev 194)
+++ packages/unstable/libsexy/debian/libsexy-dev.install	2006-05-22 17:58:33 UTC (rev 195)
@@ -1,4 +1,4 @@
-debian/tmp/usr/lib/*.{a,la}
+debian/tmp/usr/lib/*.a
 debian/tmp/usr/lib/libsexy.so
 debian/tmp/usr/lib/pkgconfig
 debian/tmp/usr/include/libsexy

Deleted: packages/unstable/libsexy/debian/libsexy1.install
===================================================================
--- packages/unstable/libsexy/debian/libsexy1.install	2006-05-21 10:45:10 UTC (rev 194)
+++ packages/unstable/libsexy/debian/libsexy1.install	2006-05-22 17:58:33 UTC (rev 195)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libsexy.so.*

Copied: packages/unstable/libsexy/debian/libsexy2.install (from rev 192, packages/unstable/libsexy/debian/libsexy1.install)

Modified: packages/unstable/libsexy/debian/rules
===================================================================
--- packages/unstable/libsexy/debian/rules	2006-05-21 10:45:10 UTC (rev 194)
+++ packages/unstable/libsexy/debian/rules	2006-05-22 17:58:33 UTC (rev 195)
@@ -4,5 +4,5 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_SHLIBDEPS_INCLUDE_libsexy1 := debian/libsexy1/usr/lib
-DEB_DH_MAKESHLIBS_ARGS_libsexy1 := -V 'libsexy1 (>= 0.1.6)'
+DEB_SHLIBDEPS_INCLUDE_libsexy1 := debian/libsexy2/usr/lib
+DEB_DH_MAKESHLIBS_ARGS_libsexy1 := -V 'libsexy2 (>= 0.1.8)'




More information about the Pkg-galago-commit mailing list