r19239 - in /packages/unstable/gamin/debian: changelog control control.in patches/16_armel-gnueabi.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Mar 26 09:19:13 UTC 2009


Author: slomo
Date: Thu Mar 26 09:19:13 2009
New Revision: 19239

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19239
Log:
* New upstream release (Closes: #512414):
  + Fixes build with glibc 2.8 (Closes: #505872).
  + Fixes ABI compatibility with SGI FAM (Closes: #407311, #512415).
* debian/control.in:
  + Update Standards-Version to 3.8.1.
  + Wrap control fields.
* debian/patches/16_armel-gnueabi.patch:
  + Fix detection of Linux on armel (Closes: #459936).

Added:
    packages/unstable/gamin/debian/patches/16_armel-gnueabi.patch
Modified:
    packages/unstable/gamin/debian/changelog
    packages/unstable/gamin/debian/control
    packages/unstable/gamin/debian/control.in

Modified: packages/unstable/gamin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gamin/debian/changelog?rev=19239&op=diff
==============================================================================
--- packages/unstable/gamin/debian/changelog (original)
+++ packages/unstable/gamin/debian/changelog Thu Mar 26 09:19:13 2009
@@ -1,8 +1,19 @@
-gamin (0.1.9-3) UNRELEASED; urgency=low
-
+gamin (0.1.10-1) unstable; urgency=low
+
+  [ Loic Minier ]
   * Use Xfce rather than XFCE in description.
 
- -- Loic Minier <lool at dooz.org>  Sun, 28 Dec 2008 21:46:29 +0100
+  [ Sebastian Dröge ]
+  * New upstream release (Closes: #512414):
+    + Fixes build with glibc 2.8 (Closes: #505872).
+    + Fixes ABI compatibility with SGI FAM (Closes: #407311, #512415).
+  * debian/control.in:
+    + Update Standards-Version to 3.8.1.
+    + Wrap control fields.
+  * debian/patches/16_armel-gnueabi.patch:
+    + Fix detection of Linux on armel (Closes: #459936).
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 26 Mar 2009 09:59:30 +0100
 
 gamin (0.1.9-2) unstable; urgency=low
 

Modified: packages/unstable/gamin/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gamin/debian/control?rev=19239&op=diff
==============================================================================
--- packages/unstable/gamin/debian/control (original)
+++ packages/unstable/gamin/debian/control Thu Mar 26 09:19:13 2009
@@ -3,13 +3,22 @@
 Priority: optional
 Maintainer: Michael Banck <mbanck at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: cdbs, debhelper( >= 5.0.37.2), libglib2.0-dev, gnome-pkg-tools, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), dpkg-dev (>= 1.13.19), autotools-dev
-Standards-Version: 3.7.2
+Build-Depends: cdbs,
+               debhelper( >= 5.0.37.2),
+               libglib2.0-dev,
+               gnome-pkg-tools,
+               python-all-dev (>= 2.3.5-11),
+               python-support (>= 0.3),
+               dpkg-dev (>= 1.13.19),
+               autotools-dev
+Standards-Version: 3.8.1
 
 Package: gamin
 Section: admin
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgamin0 (= ${binary:Version})
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgamin0 (= ${binary:Version})
 Conflicts: fam
 Description: File and directory monitoring system
  Gamin is a file and directory monitoring system which allows
@@ -30,7 +39,9 @@
 Package: libgamin0
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, gamin
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         gamin
 Conflicts: libfam0c102, libfam0
 Provides: libfam0c102, libfam0
 Replaces: libfam0c102, libfam0
@@ -44,7 +55,9 @@
 Package: libgamin-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgamin0 (= ${binary:Version})
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgamin0 (= ${binary:Version})
 Conflicts: libfam-dev
 Provides: libfam-dev
 Replaces: libfam-dev
@@ -57,7 +70,9 @@
 Package: python-gamin
 Section: python
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
 Conflicts: python2.3-gamin
 Replaces: python2.3-gamin
 Provides: ${python:Provides}

Modified: packages/unstable/gamin/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gamin/debian/control.in?rev=19239&op=diff
==============================================================================
--- packages/unstable/gamin/debian/control.in (original)
+++ packages/unstable/gamin/debian/control.in Thu Mar 26 09:19:13 2009
@@ -3,13 +3,22 @@
 Priority: optional
 Maintainer: Michael Banck <mbanck at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs, debhelper( >= 5.0.37.2), libglib2.0-dev, gnome-pkg-tools, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), dpkg-dev (>= 1.13.19), autotools-dev
-Standards-Version: 3.7.2
+Build-Depends: cdbs,
+               debhelper( >= 5.0.37.2),
+               libglib2.0-dev,
+               gnome-pkg-tools,
+               python-all-dev (>= 2.3.5-11),
+               python-support (>= 0.3),
+               dpkg-dev (>= 1.13.19),
+               autotools-dev
+Standards-Version: 3.8.1
 
 Package: gamin
 Section: admin
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgamin0 (= ${binary:Version})
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgamin0 (= ${binary:Version})
 Conflicts: fam
 Description: File and directory monitoring system
  Gamin is a file and directory monitoring system which allows
@@ -30,7 +39,9 @@
 Package: libgamin0
 Section: libs
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, gamin
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         gamin
 Conflicts: libfam0c102, libfam0
 Provides: libfam0c102, libfam0
 Replaces: libfam0c102, libfam0
@@ -44,7 +55,9 @@
 Package: libgamin-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libgamin0 (= ${binary:Version})
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libgamin0 (= ${binary:Version})
 Conflicts: libfam-dev
 Provides: libfam-dev
 Replaces: libfam-dev
@@ -57,7 +70,9 @@
 Package: python-gamin
 Section: python
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${python:Depends}
 Conflicts: python2.3-gamin
 Replaces: python2.3-gamin
 Provides: ${python:Provides}

Added: packages/unstable/gamin/debian/patches/16_armel-gnueabi.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gamin/debian/patches/16_armel-gnueabi.patch?rev=19239&op=file
==============================================================================
--- packages/unstable/gamin/debian/patches/16_armel-gnueabi.patch (added)
+++ packages/unstable/gamin/debian/patches/16_armel-gnueabi.patch Thu Mar 26 09:19:13 2009
@@ -1,0 +1,74 @@
+--- configure.in.old	2009-03-26 10:05:38.000000000 +0100
++++ configure.in	2009-03-26 10:10:35.000000000 +0100
+@@ -176,7 +176,7 @@
+ 
+ dnl check what OS we're on
+ #AM_CONDITIONAL(HAVE_LINUX, test x$target_os = xlinux-gnu)
+-if test x$target_os = xlinux-gnu; then
++if test x$target_os = xlinux-gnu -o x$target_os = xlinux-gnueabi; then
+ 	AC_DEFINE([HAVE_LINUX],[],[Whether we are using linux or not])
+ fi
+ 
+@@ -223,7 +223,7 @@
+ dnl check if inotify backend is enabled
+ AM_CONDITIONAL(ENABLE_INOTIFY, test x$inotify = xtrue)
+ 
+-if test x$os = xlinux-gnu; then
++if test x$os = xlinux-gnu -o x$os = xlinux-gnueabi; then
+ 	AC_ARG_ENABLE(dnotify,
+ 		AC_HELP_STRING([--disable-dnotify], [Disable the DNotify backend]),
+ 		[dnotify="${enableval}"], [dnotify=true])
+@@ -297,10 +297,12 @@
+ fi
+ 
+ dnl Use weak symbols on linux/gcc to avoid imposing libpthreads to apps
+-if test x$os = xlinux-gnu -a x$WITH_THREADS = x1 ; then
+-    if test "${CC}" = "gcc" ; then
+-        echo Use weak symbols !
+-        THREAD_LIBS=
++if test x$os = xlinux-gnu -o x$os = xlinux-gnueabi ; then
++    if test x$WITH_THREADS = x1 ; then
++      if test "${CC}" = "gcc" ; then
++          echo Use weak symbols !
++          THREAD_LIBS=
++      fi
+     fi
+ fi	
+ AC_SUBST(THREAD_LIBS)
+--- configure.old	2009-03-26 10:11:02.000000000 +0100
++++ configure	2009-03-26 10:12:18.000000000 +0100
+@@ -22280,7 +22280,7 @@
+ fi
+ 
+ #AM_CONDITIONAL(HAVE_LINUX, test x$target_os = xlinux-gnu)
+-if test x$target_os = xlinux-gnu; then
++if test x$target_os = xlinux-gnu -o x$target_os = xlinux-gnueabi ; then
+ 
+ cat >>confdefs.h <<\_ACEOF
+ #define HAVE_LINUX
+@@ -22495,7 +22495,7 @@
+ fi
+ 
+ 
+-if test x$os = xlinux-gnu; then
++if test x$os = xlinux-gnu -o x$os = xlinux-gnueabi; then
+ 	# Check whether --enable-dnotify was given.
+ if test "${enable_dnotify+set}" = set; then
+   enableval=$enable_dnotify; dnotify="${enableval}"
+@@ -23026,10 +23026,12 @@
+ 
+ fi
+ 
+-if test x$os = xlinux-gnu -a x$WITH_THREADS = x1 ; then
+-    if test "${CC}" = "gcc" ; then
+-        echo Use weak symbols !
+-        THREAD_LIBS=
++if test x$os = xlinux-gnu -o x$os = xlinux-gnueabi ; then
++    if test x$WITH_THREADS = x1 ; then
++      if test "${CC}" = "gcc" ; then
++          echo Use weak symbols !
++          THREAD_LIBS=
++      fi
+     fi
+ fi
+ 




More information about the pkg-gnome-commits mailing list