Changeset 6642


Ignore:
Timestamp:
07/04/10 04:53:30 (3 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 2.30.1-1
Location:
pkg/vinnie/main/liboobs/trunk/debian
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • pkg/vinnie/main/liboobs/trunk/debian/changelog

    r5791 r6642  
    1 liboobs (2.22.2-parsix1) unstable; urgency=low 
    2  
    3   * New upstream stable release 
    4  
    5  -- Alan Baghumian <alan@technotux.org>  Thu, 10 Sep 2009 17:54:49 -0700 
    6  
    7 liboobs (2.22.1-parsix1) unstable; urgency=low 
    8  
    9   * Sync'd with Debian 2.22.1-1 
    10  
    11  -- Alan Baghumian <alan@technotux.org>  Mon, 17 Aug 2009 17:42:25 -0700 
     1liboobs (2.30.1-parsix1) unstable; urgency=low 
     2 
     3  * Sync'd with Debian 2.30.1-1 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Sat, 03 Jul 2010 19:52:00 -0700 
     6 
     7liboobs (2.30.1-1) unstable; urgency=low 
     8 
     9  * New upstream bugfix release 
     10 
     11 -- Sebastian Dröge <slomo@debian.org>  Mon, 31 May 2010 10:37:24 +0200 
     12 
     13liboobs (2.30.0-2) unstable; urgency=low 
     14 
     15  * Disable HAL support, it’s not used at all in the code. 
     16  * Add Breaks for g-s-t < 2.30 since the ABI changed without bumping  
     17    SONAME. Please give me a cluebat. 
     18 
     19 -- Josselin Mouette <joss@debian.org>  Tue, 13 Apr 2010 00:06:06 +0200 
     20 
     21liboobs (2.30.0-1) unstable; urgency=low 
     22 
     23  * New upstream release. 
     24  * debian/control.in: 
     25    - Bump Standards-Version to 3.8.4, no changes needed. 
     26    - Bump system-tools-backends-dev build-depend and system-tools-backends 
     27      depend to 2.9.2. 
     28  * debian/rules: 
     29    - Add --with-hal to configure options, now disabled by default upstream. 
     30    - Add shlibs dependency for liboobs-1-4 >= 2.30.0 due to API changes. 
     31  * debian/copyright: 
     32    - Add new copyright notice. 
     33  * Switch to source format 3.0 (quilt). 
     34    - Add debian/source/format. 
     35    - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include. 
     36 
     37 -- Luca Bruno <lethalman88@gmail.com>  Fri, 09 Apr 2010 14:20:50 +0200 
     38 
     39liboobs (2.22.2-1) unstable; urgency=low 
     40 
     41  * New upstream release. 
     42  * debian/control.in: 
     43    - Bump gtk-doc-tools build-depends to >= 1.9. 
     44    - Bump Standards-Version to 3.8.3, no changes needed. 
     45  * debian/rules: 
     46    - Build with --enable-gtk-docs. 
     47 
     48 -- Luca Falavigna <dktrkranz@debian.org>  Tue, 13 Oct 2009 23:06:08 +0200 
    1249 
    1350liboobs (2.22.1-1) unstable; urgency=low 
  • pkg/vinnie/main/liboobs/trunk/debian/control

    r5795 r6642  
     1# This file is autogenerated. DO NOT EDIT! 
     2#  
     3# Modifications should be made to debian/control.in instead. 
     4# This file is regenerated automatically in the clean target. 
     5 
    16Source: liboobs 
    27Section: libs 
    38Priority: optional 
    49Maintainer: Loic Minier <lool@dooz.org> 
    5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org> 
     10Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Luca Falavigna <dktrkranz@debian.org>, Sebastian Dröge <slomo@debian.org> 
    611Build-Depends: cdbs, 
    712        debhelper (>= 5), 
    8         system-tools-backends-dev (>= 2.5.4), 
     13        system-tools-backends-dev (>= 2.9.2), 
    914        libdbus-1-dev (>= 0.70), 
    1015        libdbus-glib-1-dev (>= 0.70), 
    1116        libglib2.0-dev (>= 2.14.0), 
    12         libhal-dev (>= 0.5.9), 
    13         gtk-doc-tools (>= 1.0), 
     17        gtk-doc-tools (>= 1.9), 
    1418        gnome-pkg-tools (>= 0.10), 
    1519        dpkg-dev (>= 1.13.19), 
    1620        libglib2.0-doc 
    17 Standards-Version: 3.8.3 
     21Standards-Version: 3.8.4 
    1822 
    1923Package: liboobs-1-4 
     
    2125Depends: ${shlibs:Depends}, 
    2226         ${misc:Depends}, 
    23          system-tools-backends (>= 2.5.4) 
     27         system-tools-backends (>= 2.9.2) 
     28Breaks: gnome-system-tools (<< 2.30) 
    2429Description: GObject based interface to system-tools-backends - shared library 
    2530 Liboobs is a lightweight library that provides a GObject based 
  • pkg/vinnie/main/liboobs/trunk/debian/control.in

    r5795 r6642  
    66Build-Depends: cdbs, 
    77        debhelper (>= 5), 
    8         system-tools-backends-dev (>= 2.5.4), 
     8        system-tools-backends-dev (>= 2.9.2), 
    99        libdbus-1-dev (>= 0.70), 
    1010        libdbus-glib-1-dev (>= 0.70), 
    1111        libglib2.0-dev (>= 2.14.0), 
    12         libhal-dev (>= 0.5.9), 
    13         gtk-doc-tools (>= 1.0), 
     12        gtk-doc-tools (>= 1.9), 
    1413        gnome-pkg-tools (>= 0.10), 
    1514        dpkg-dev (>= 1.13.19), 
    1615        libglib2.0-doc 
    17 Standards-Version: 3.8.3 
     16Standards-Version: 3.8.4 
    1817 
    1918Package: liboobs-1-4 
     
    2120Depends: ${shlibs:Depends}, 
    2221         ${misc:Depends}, 
    23          system-tools-backends (>= 2.5.4) 
     22         system-tools-backends (>= 2.9.2) 
     23Breaks: gnome-system-tools (<< 2.30) 
    2424Description: GObject based interface to system-tools-backends - shared library 
    2525 Liboobs is a lightweight library that provides a GObject based 
  • pkg/vinnie/main/liboobs/trunk/debian/copyright

    r3309 r6642  
    88Upstream Author and Copyright Holder: 
    99        Copyright (C) 2004-2005 Carlos Garnacho <carlosg@gnome.org> 
     10        Copyright (C) 2009-2010 Milan Bouchet-Valat <nalimilan@club.fr> 
    1011 
    1112 
  • pkg/vinnie/main/liboobs/trunk/debian/liboobs-1-dev.install

    r5795 r6642  
    33debian/tmp/usr/lib/pkgconfig 
    44debian/tmp/usr/include/liboobs-1.0 
     5debian/tmp/usr/share/gtk-doc 
  • pkg/vinnie/main/liboobs/trunk/debian/rules

    r5711 r6642  
    88-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 
    99 
     10DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc 
     11 
     12DEB_DH_MAKESHLIBS_ARGS_ALL += -V "liboobs-1-4 (>= 2.30.0)" 
Note: See TracChangeset for help on using the changeset viewer.