r21387 - in /desktop/experimental/totem-pl-parser/debian: changelog control control.in copyright patches/30_kfreebsd_gnu.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Sep 21 14:41:55 UTC 2009


Author: slomo
Date: Mon Sep 21 14:41:49 2009
New Revision: 21387

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21387
Log:
* Merge 2.26.2-2.
* debian/patches/30_kfreebsd_gnu.patch:
  - Removed, there's no Linux specific code anymore.
* debian/control.in:
  - Stop build-depending on libhal-dev, it's not really needed
    and as a side effect it will allow totem-pl-parser to be built
    on non-linux architectures.
  - Let libtotem-plparser-dev depend on ${misc:Depends}.
  - libtotem-plparser12 inherits the section from the source stanza.
  - Standards-Version is 3.8.3, no chanes needed.
  - Improve long descriptions a bit.
* debian/copyright:
  - Add "Copyright" to the packaging copyright statement.
  - Clean up some whitespaces.

Removed:
    desktop/experimental/totem-pl-parser/debian/patches/30_kfreebsd_gnu.patch
Modified:
    desktop/experimental/totem-pl-parser/debian/changelog
    desktop/experimental/totem-pl-parser/debian/control
    desktop/experimental/totem-pl-parser/debian/control.in
    desktop/experimental/totem-pl-parser/debian/copyright

Modified: desktop/experimental/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/changelog?rev=21387&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/changelog [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/changelog [utf-8] Mon Sep 21 14:41:49 2009
@@ -1,3 +1,9 @@
+totem-pl-parser (2.27.92-2) UNRELEASED; urgency=low
+
+  * Merge 2.26.2-2.
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 21 Sep 2009 16:39:25 +0200
+
 totem-pl-parser (2.27.92-1) experimental; urgency=low
 
   * New upstream development release.
@@ -32,7 +38,25 @@
 
  -- Sebastian Dröge <slomo at debian.org>  Mon, 18 May 2009 19:36:07 +0200
 
-totem-pl-parser (2.26.2-1) UNRELEASED; urgency=low
+totem-pl-parser (2.26.2-2) unstable; urgency=low
+
+  * debian/patches/30_kfreebsd_gnu.patch:
+    - Removed, there's no Linux specific code anymore.
+  * debian/control.in:
+    - Stop build-depending on libhal-dev, it's not really needed
+      and as a side effect it will allow totem-pl-parser to be built
+      on non-linux architectures.
+    - Let libtotem-plparser-dev depend on ${misc:Depends}.
+    - libtotem-plparser12 inherits the section from the source stanza.
+    - Standards-Version is 3.8.3, no chanes needed.
+    - Improve long descriptions a bit.
+  * debian/copyright:
+    - Add "Copyright" to the packaging copyright statement.
+    - Clean up some whitespaces.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 29 Aug 2009 00:09:57 +0200
+
+totem-pl-parser (2.26.2-1) unstable; urgency=low
 
   [ Josselin Mouette ]
   * Build-depend on libglib2.0-doc to ensure proper xrefs.

Modified: desktop/experimental/totem-pl-parser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/control?rev=21387&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/control [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/control [utf-8] Mon Sep 21 14:41:49 2009
@@ -1,4 +1,5 @@
 Source: totem-pl-parser
+Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5),
@@ -15,31 +16,32 @@
                libgmime-2.4-dev,
                gtk-doc-tools (>= 1.11),
                libglib2.0-doc
-Uploaders: Gustavo Noronha Silva <kov at 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>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Standards-Version: 3.8.3
-Section: libs
 
 Package: libtotem-plparser-dev
 Section: libdevel
 Architecture: any
-Depends: libtotem-plparser12 (= ${binary:Version}),
+Depends: ${misc:Depends},
+         libtotem-plparser12 (= ${binary:Version}),
          libglib2.0-dev (>= 2.16.3),
          libgtk2.0-dev (>= 2.11.6),
          libgmime-2.4-dev
 Replaces: libtotem-plparser10
 Description: Totem Playlist Parser library - development files
- A library to parse playlists.
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
  .
  This package contains the development headers and documentation.
 
 Package: libtotem-plparser12
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Replaces: libtotem-plparser10
 Description: Totem Playlist Parser library - runtime files
- A library to parse playlists.
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
  .
  This package contains the shared library.
 
@@ -51,7 +53,8 @@
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Totem Playlist Parser library - debugging symbols
- A library to parse playlists.
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
  .
  This package contains the debugging symbols.
 

Modified: desktop/experimental/totem-pl-parser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/control.in?rev=21387&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/control.in [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/control.in [utf-8] Mon Sep 21 14:41:49 2009
@@ -1,4 +1,5 @@
 Source: totem-pl-parser
+Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5),
@@ -11,35 +12,35 @@
                libgtk2.0-dev (>= 2.11.6),
                libxml2-dev,
                libdbus-1-dev (>= 0.61),
-               libhal-dev (>= 0.5),
                libgmime-2.4-dev,
                gtk-doc-tools (>= 1.11),
                libglib2.0-doc
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.8.3
-Section: libs
 
 Package: libtotem-plparser-dev
 Section: libdevel
 Architecture: any
-Depends: libtotem-plparser12 (= ${binary:Version}),
+Depends: ${misc:Depends},
+         libtotem-plparser12 (= ${binary:Version}),
          libglib2.0-dev (>= 2.16.3),
          libgtk2.0-dev (>= 2.11.6),
          libgmime-2.4-dev
 Replaces: libtotem-plparser10
 Description: Totem Playlist Parser library - development files
- A library to parse playlists.
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
  .
  This package contains the development headers and documentation.
 
 Package: libtotem-plparser12
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Replaces: libtotem-plparser10
 Description: Totem Playlist Parser library - runtime files
- A library to parse playlists.
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
  .
  This package contains the shared library.
 
@@ -51,7 +52,8 @@
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Totem Playlist Parser library - debugging symbols
- A library to parse playlists.
+ totem-pl-parser is a simple GObject-based library to parse a host of
+ playlist formats, as well as save those.
  .
  This package contains the debugging symbols.
 

Modified: desktop/experimental/totem-pl-parser/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem-pl-parser/debian/copyright?rev=21387&op=diff
==============================================================================
--- desktop/experimental/totem-pl-parser/debian/copyright [utf-8] (original)
+++ desktop/experimental/totem-pl-parser/debian/copyright [utf-8] Mon Sep 21 14:41:49 2009
@@ -6,8 +6,8 @@
 Upstream Author:
   Bastien Nocera <hadess at hadess.net>
 
-Copyright: 
-    
+Copyright:
+
     For plparse/totem-pl-parser-media.*,
         plparse/totem-pl-parser-wm.*,
 	plparse/totem-pl-parser-xspf.*,
@@ -17,7 +17,7 @@
 	plparse/totem-pl-parser-smil.*,
 	plparse/totem-pl-parser-qt.*,
 	plparse/totem-pl-parser-lines.*,
-	plparse/totem-pl-parser-pls.*:	
+	plparse/totem-pl-parser-pls.*:
       Copyright (C) 2002-2007 Bastien Nocera <hadess at hadess.net>
       Copyright (C) 2003, 2004 Colin Walters <walters at rhythmbox.org>
 
@@ -67,7 +67,7 @@
   4. Neither the name of the University nor the names of its contributors
      may be used to endorse or promote products derived from this software
      without specific prior written permission.
- 
+
   THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -88,12 +88,12 @@
   modify it under the terms of the GNU General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.
-  
+
   You should have received a copy of the GNU General Public
   License along with this program; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
@@ -110,12 +110,12 @@
   modify it under the terms of the GNU Library General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.
- 
+
   This package is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Library General Public License for more details.
- 
+
   You should have received a copy of the GNU Library General Public
   License along with this package; see the file COPYING.LIB.  If not,
   write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
@@ -125,5 +125,5 @@
 Public License can be found in `/usr/share/common-licenses/LGPL'.
 
 
-The Debian packaging is (C) 2007, Sebastien Bacher <seb128 at canonical.com> and
+The Debian packaging is Copyright (C) 2007, Sebastien Bacher <seb128 at canonical.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.




More information about the pkg-gnome-commits mailing list