Changeset 6599


Ignore:
Timestamp:
07/02/10 04:29:05 (3 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 1.30.0-1
Location:
pkg/vinnie/main/atk1.0/trunk/debian
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • pkg/vinnie/main/atk1.0/trunk/debian/changelog

    r5936 r6599  
    1 atk1.0 (1.28.0-parsix2) unstable; urgency=low 
    2  
    3   * Sync'd with Debian 1.28.0-1 
    4  
    5  -- Parsix User <alan@technotux.org>  Thu, 26 Nov 2009 12:39:51 -0800 
     1atk1.0 (1.30.0-parsix1) unstable; urgency=low 
     2 
     3  * Sync'd with Debian 1.30.0-1 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Thu, 01 Jul 2010 19:28:36 -0700 
     6 
     7atk1.0 (1.30.0-1) unstable; urgency=low 
     8 
     9  * New upstream stable release. 
     10    + debian/patches/90-relibtoolize.patch: 
     11      - Regenerated for the new version. 
     12 
     13 -- Sebastian Dröge <slomo@debian.org>  Wed, 31 Mar 2010 09:03:18 +0200 
     14 
     15atk1.0 (1.29.92-1) experimental; urgency=low 
     16 
     17  * New upstream release candidate. 
     18  * debian/control.in: 
     19    - Update Standards-Version to 3.8.4, no additional changes needed. 
     20    - Added myself to uploaders. 
     21  * debian/patches/01-docs_ldflags.patch: Fix FTBFS with binutils-gold. 
     22  * debian/patches/90-relibtoolize.patch: Relibtoolize. 
     23 
     24 -- David Weinehall <tao@debian.org>  Tue, 23 Mar 2010 04:11:53 +0200 
     25 
     26atk1.0 (1.29.4-1) experimental; urgency=low 
     27 
     28  * New upstream development release. 
     29 
     30 -- Sebastian Dröge <slomo@debian.org>  Mon, 04 Jan 2010 10:28:47 +0100 
     31 
     32atk1.0 (1.29.3-1) experimental; urgency=low 
     33 
     34  * New upstream development release: 
     35    + debian/rules: 
     36      - Include check-dist.mk to prevent accidental uploads to unstable. 
     37      - Update SHVER to 1.29.3 for the new API. 
     38 
     39 -- Sebastian Dröge <slomo@debian.org>  Tue, 01 Dec 2009 15:49:37 +0100 
    640 
    741atk1.0 (1.28.0-1) unstable; urgency=low 
  • pkg/vinnie/main/atk1.0/trunk/debian/control

    r5936 r6599  
     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: atk1.0 
    27Section: libs 
    38Priority: optional 
    49Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 
    5 Uploaders: Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Mario Lang <mlang@debian.org>, Sebastian Dröge <slomo@debian.org> 
     10Uploaders: David Weinehall <tao@debian.org>, Josselin Mouette <joss@debian.org>, Mario Lang <mlang@debian.org>, Sebastian Dröge <slomo@debian.org>, David Weinehall <tao@debian.org> 
    611Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0 
    712Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/atk1.0 
     
    1217               cdbs (>= 0.4.41), 
    1318               gtk-doc-tools, 
    14                docbook-xml 
     19               docbook-xml, 
     20               autotools-dev 
    1521Build-Depends-Indep: libglib2.0-doc 
    16 Standards-Version: 3.8.3 
     22Standards-Version: 3.8.4 
    1723Homepage: http://www.gtk.org/ 
    1824 
  • pkg/vinnie/main/atk1.0/trunk/debian/control.in

    r5936 r6599  
    33Priority: optional 
    44Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 
    5 Uploaders: @GNOME_TEAM@ 
     5Uploaders: @GNOME_TEAM@, David Weinehall <tao@debian.org> 
    66Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/atk1.0 
    77Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/atk1.0 
     
    1212               cdbs (>= 0.4.41), 
    1313               gtk-doc-tools, 
    14                docbook-xml 
     14               docbook-xml, 
     15               autotools-dev 
    1516Build-Depends-Indep: libglib2.0-doc 
    16 Standards-Version: 3.8.3 
     17Standards-Version: 3.8.4 
    1718Homepage: http://www.gtk.org/ 
    1819 
  • pkg/vinnie/main/atk1.0/trunk/debian/rules

    r5173 r6599  
    1515DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --enable-static 
    1616 
    17 SHLIB_VERSION := 1.20.0 
     17SHLIB_VERSION := 1.29.3 
    1818DEB_DH_MAKESHLIBS_ARGS_libatk1.0-0 += -V"libatk1.0-0 (>= $(SHLIB_VERSION))" --add-udeb="libatk1.0-udeb" 
    1919 
Note: See TracChangeset for help on using the changeset viewer.