r23217 - in /packages/unstable/gnome-dvb-daemon/debian: changelog control control.in docs rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Mar 7 16:02:25 UTC 2010


Author: pochu
Date: Sun Mar  7 16:02:24 2010
New Revision: 23217

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23217
Log:
* debian/control.in:
  - Fix spelling error.
* debian/docs:
  - Removed, NEWS is installed automatically.
* debian/rules:
  - Include lp-get-source.mk instead of gnome-get-source.mk and set the
    tarball extension to tar.bz2 to fix the get-orig-source target.

Removed:
    packages/unstable/gnome-dvb-daemon/debian/docs
Modified:
    packages/unstable/gnome-dvb-daemon/debian/changelog
    packages/unstable/gnome-dvb-daemon/debian/control
    packages/unstable/gnome-dvb-daemon/debian/control.in
    packages/unstable/gnome-dvb-daemon/debian/rules

Modified: packages/unstable/gnome-dvb-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/changelog?rev=23217&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/changelog [utf-8] Sun Mar  7 16:02:24 2010
@@ -1,11 +1,21 @@
-gnome-dvb-daemon (0.1.15-1) unstable; urgency=low
+gnome-dvb-daemon (0.1.15-1) UNRELEASED; urgency=low
 
+  [ Sebastian Reichel ]
   * New upstream release (Closes: #571813)
   * Add python2.6 support (Closes: #566949) 
   * Update Debian Standards Version to 3.8.4
   * Update debian/watch to use launchpad
   * Switch to Debian Source Format 3.0 (quilt)
   * Allow DM-Upload
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/control.in:
+    - Fix spelling error.
+  * debian/docs:
+    - Removed, NEWS is installed automatically.
+  * debian/rules:
+    - Include lp-get-source.mk instead of gnome-get-source.mk and set the
+      tarball extension to tar.bz2 to fix the get-orig-source target.
 
  -- Sebastian Reichel <elektranox at gmail.com>  Sun, 28 Feb 2010 14:15:10 +0100
 

Modified: packages/unstable/gnome-dvb-daemon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/control?rev=23217&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/control [utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/control [utf-8] Sun Mar  7 16:02:24 2010
@@ -63,7 +63,7 @@
  GNOME DVB Daemon is a GStreamer based daemon to setup your
  DVB devices, record and/or watch TV shows and browse EPG.
  .
- This packages contains the Python GTK+ client, which speaks
+ This package contains the Python GTK+ client, which speaks
  to the daemon via DBUS.
 
 Package: totem-plugins-dvb-daemon

Modified: packages/unstable/gnome-dvb-daemon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/control.in?rev=23217&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/control.in [utf-8] Sun Mar  7 16:02:24 2010
@@ -58,7 +58,7 @@
  GNOME DVB Daemon is a GStreamer based daemon to setup your
  DVB devices, record and/or watch TV shows and browse EPG.
  .
- This packages contains the Python GTK+ client, which speaks
+ This package contains the Python GTK+ client, which speaks
  to the daemon via DBUS.
 
 Package: totem-plugins-dvb-daemon

Modified: packages/unstable/gnome-dvb-daemon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/rules?rev=23217&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/rules [utf-8] Sun Mar  7 16:02:24 2010
@@ -1,10 +1,12 @@
 #!/usr/bin/make -f
+
+TARBALL_EXT = tar.bz2
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+-include /usr/share/gnome-pkg-tools/1/rules/lp-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-totem-plugin
 




More information about the pkg-gnome-commits mailing list