[Pkg-xfce-commits] r3328 - goodies/trunk/xfmedia/debian

Yves-Alexis Perez corsac at alioth.debian.org
Wed Jun 24 06:02:51 UTC 2009


Author: corsac
Date: 2009-06-24 06:02:48 +0000 (Wed, 24 Jun 2009)
New Revision: 3328

Modified:
   goodies/trunk/xfmedia/debian/changelog
   goodies/trunk/xfmedia/debian/compat
   goodies/trunk/xfmedia/debian/control
   goodies/trunk/xfmedia/debian/copyright
   goodies/trunk/xfmedia/debian/rules
Log:
* debian/control:
  - update standards version to 3.8.2.
  - add libxt-dev to build-deps, fix FTBFS.                   closes: #533935
  - switch to xfce section.
  - bump debhelper build-dep to 7.
  - add a -dbg package.
  - add ${misc:Depends} to the Depends: lines.
* debian/compat bumped to 7.
* debian/rules:
  - drop dh_desktop call.
* debian/copyright:
  - update licensing information.

Modified: goodies/trunk/xfmedia/debian/changelog
===================================================================
--- goodies/trunk/xfmedia/debian/changelog	2009-06-23 21:05:00 UTC (rev 3327)
+++ goodies/trunk/xfmedia/debian/changelog	2009-06-24 06:02:48 UTC (rev 3328)
@@ -1,9 +1,24 @@
 xfmedia (0.9.2-7) UNRELEASED; urgency=low
 
+  [ Evgeni Golov ]
   * Fix Vcs-* fields, they were missing 'trunk' in the path.
 
- -- Evgeni Golov <evgeni at debian.org>  Thu, 11 Jun 2009 10:14:21 +0200
+  [ Yves-Alexis Perez ]
+  * debian/control:
+    - update standards version to 3.8.2.
+    - add libxt-dev to build-deps, fix FTBFS.                   closes: #533935
+    - switch to xfce section.
+    - bump debhelper build-dep to 7.
+    - add a -dbg package.
+    - add ${misc:Depends} to the Depends: lines.
+  * debian/compat bumped to 7.
+  * debian/rules:
+    - drop dh_desktop call.
+  * debian/copyright:
+    - update licensing information.
 
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 24 Jun 2009 07:53:38 +0200
+
 xfmedia (0.9.2-6) unstable; urgency=low
 
   * debian/patches:

Modified: goodies/trunk/xfmedia/debian/compat
===================================================================
--- goodies/trunk/xfmedia/debian/compat	2009-06-23 21:05:00 UTC (rev 3327)
+++ goodies/trunk/xfmedia/debian/compat	2009-06-24 06:02:48 UTC (rev 3328)
@@ -1 +1 @@
-4
+7

Modified: goodies/trunk/xfmedia/debian/control
===================================================================
--- goodies/trunk/xfmedia/debian/control	2009-06-23 21:05:00 UTC (rev 3327)
+++ goodies/trunk/xfmedia/debian/control	2009-06-24 06:02:48 UTC (rev 3328)
@@ -1,17 +1,20 @@
 Source: xfmedia
-Section: sound
+Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper (>= 4.1.0), libxfcegui4-dev (>= 4.4.2), libxine-dev, libexo-0.3-dev (>= 0.3.4), libdbus-glib-1-dev (>= 0.60), libxml-perl, libstartup-notification0-dev, cdbs, libtagc0-dev, libxss-dev, libxtst-dev
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 7), libxfcegui4-dev (>= 4.4.2),
+ libxine-dev, libexo-0.3-dev (>= 0.3.4), libdbus-glib-1-dev (>= 0.60),
+ libxml-perl, libstartup-notification0-dev, cdbs, libtagc0-dev, libxss-dev,
+ libxtst-dev, libxt-dev
+Standards-Version: 3.8.2
 Homepage: http://spuriousinterrupt.org/projects/xfmedia/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfmedia/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfmedia/
 
 Package: xfmedia
 Architecture: any
-Depends: ${shlibs:Depends}, libxine1-x
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxine1-x
 Suggests: dbus
 Description: Xfce media player
  Xfmedia is a lightweight media player for the Xfce Desktop Environment.
@@ -21,10 +24,21 @@
 Package: xfmedia-dev
 Section: devel
 Architecture: any
-Depends: xfmedia (>= ${binary:Version}), libxfcegui4-dev (>= 4.4.1), libexo-0.3-dev (>= 0.3.2), libdbus-1-dev (>= 0.60)
+Depends: xfmedia (>= ${binary:Version}), ${misc:Depends}, libxfcegui4-dev (>= 4.4.1), libexo-0.3-dev (>= 0.3.2), libdbus-1-dev (>= 0.60)
 Description: The Xfmedia development files
  In this package, you can find the development files
  distributed with Xfmedia, the media player for the
  Xfce desktop environment. This files in this package
  are mainly going to be of interest for you if you intend
  to code plugins for Xfmedia.
+
+Package: xfmedia-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, 
+ xfmedia (= ${binary:Version}), libxfcegui4-4-dbg
+Description: Xfce media player, debugging symbols
+ Xfmedia is a lightweight media player for the Xfce Desktop Environment.
+ .
+ This package contains debugging symbols.

Modified: goodies/trunk/xfmedia/debian/copyright
===================================================================
--- goodies/trunk/xfmedia/debian/copyright	2009-06-23 21:05:00 UTC (rev 3327)
+++ goodies/trunk/xfmedia/debian/copyright	2009-06-24 06:02:48 UTC (rev 3328)
@@ -3,31 +3,23 @@
 
 It was downloaded from http://spuriousinterrupt.org/projects/xfmedia/
 
-Copyright Holders: 
-src/*:  © 2004-2005 Brian Tarricone, <bjt23 at cornell.edu>
-src/xfmedia-xine.c: © 2001-2003 the xine project
-                    © 2004-2005 Brian Tarricone <bjt23 at cornell.edu>
-src/xfmedia-xine.h: © 2001-2003 the xine project
+Files: src/*  
+Copyright: © 2004-2005 Brian Tarricone, <bjt23 at cornell.edu>
+License: GPL-2
+Files: src/xfmedia-xine.c 
+Copyright: © 2001-2003 the xine project
+           © 2004-2005 Brian Tarricone <bjt23 at cornell.edu>
+License: GPL-2+
+Files: src/xfmedia-xine.h
+Copyright: © 2001-2003 the xine project
+License: GPL-2+
 
-po/*: © 2004-2006 Brian Tarricone, <bjt23 at cornell.edu>
-po/gl.po: © 2006 Canonical Ltd, and Rosetta Contributors 2006
+Files: po/*
+Copyright: © 2004-2006 Brian Tarricone, <bjt23 at cornell.edu>
+Files: po/gl.po
+Copyright: © 2006 Canonical Ltd, and Rosetta Contributors 2006
 
-License:
-
-   This package is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; version 2 dated June, 1991.
-
-   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 General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software 
-   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 
-   02110-1301, USA.
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
+On Debian systems, the complete text of the GNU General Public License
+(version 2) can be found in `/usr/share/common-licenses/GPL-2', the
+complete text of the GNU General Public License (latest version) can be
+found in `/usr/share/common-licenses/GPL'.

Modified: goodies/trunk/xfmedia/debian/rules
===================================================================
--- goodies/trunk/xfmedia/debian/rules	2009-06-23 21:05:00 UTC (rev 3327)
+++ goodies/trunk/xfmedia/debian/rules	2009-06-24 06:02:48 UTC (rev 3328)
@@ -13,4 +13,3 @@
 	rm -f $(CURDIR)/debian/xfmedia/usr/lib/xfmedia/*.la	
 	rm -f $(CURDIR)/debian/xfmedia/usr/lib/xfmedia/plugins/*.a	
 	rm -f $(CURDIR)/debian/xfmedia/usr/lib/xfmedia/plugins/*.la	
-	dh_desktop




More information about the Pkg-xfce-commits mailing list