Changeset 6286 for pkg


Ignore:
Timestamp:
01/31/10 21:28:38 (3 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 2.28.2-1
Location:
pkg/frankie/main/totem-pl-parser/trunk/debian
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • pkg/frankie/main/totem-pl-parser/trunk/debian/changelog

    r5992 r6286  
    1 totem-pl-parser (2.28.1-parsix1) unstable; urgency=low 
    2  
    3   * Sync'd with Debian 2.28.1-2 
    4  
    5  -- Alan Baghumian <alan@technotux.org>  Sat, 28 Nov 2009 13:40:34 -0800 
     1totem-pl-parser (2.28.2-parsix1) unstable; urgency=low 
     2 
     3  * Sync'd with Debian 2.28.2-1 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Sun, 31 Jan 2010 12:28:02 -0800 
     6 
     7totem-pl-parser (2.28.2-1) unstable; urgency=low 
     8 
     9  * New upstream bugfix release: 
     10    + debian/patches/01_make-reentrant.patch: 
     11      - Dropped, merged upstream. 
     12    + Include gio/gio.h instead of relying on GTK+ to include 
     13      it, which it doesn't in older versions (Closes: #558644). 
     14    + debian/rules: 
     15      - Update shlibs version for new API. 
     16 
     17 -- Sebastian Dröge <slomo@debian.org>  Fri, 11 Dec 2009 14:36:54 +0100 
    618 
    719totem-pl-parser (2.28.1-2) unstable; urgency=low 
  • pkg/frankie/main/totem-pl-parser/trunk/debian/control

    r5992 r6286  
     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: totem-pl-parser 
    27Section: libs 
     
    1621               gtk-doc-tools (>= 1.11), 
    1722               libglib2.0-doc 
    18 Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org> 
     23Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Sebastian Dröge <slomo@debian.org> 
    1924Standards-Version: 3.8.3 
    2025 
  • pkg/frankie/main/totem-pl-parser/trunk/debian/rules

    r5992 r6286  
    99libtotem-plparserN := $(shell sed -rn 's/^Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control) 
    1010 
    11 DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.27.2)' 
     11DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.28.2)' 
    1212 
Note: See TracChangeset for help on using the changeset viewer.