[Python-apps-commits] r11915 - in packages/oggconvert/trunk/debian (3 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed May 6 20:27:07 UTC 2015


    Date: Wednesday, May 6, 2015 @ 20:27:06
  Author: dktrkranz
Revision: 11915

Fix DEP5 syntax

Modified:
  packages/oggconvert/trunk/debian/changelog
  packages/oggconvert/trunk/debian/control
  packages/oggconvert/trunk/debian/copyright

Modified: packages/oggconvert/trunk/debian/changelog
===================================================================
--- packages/oggconvert/trunk/debian/changelog	2015-05-06 20:16:25 UTC (rev 11914)
+++ packages/oggconvert/trunk/debian/changelog	2015-05-06 20:27:06 UTC (rev 11915)
@@ -6,6 +6,7 @@
   * debian/control:
     - Bump Standards-Version to 3.9.6.
   * debian/copyright:
+    - Fix DEP5 syntax.
     - Update copyright years.
   * debian/watch:
     - Update watch file.
@@ -13,7 +14,7 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:22 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Wed, 06 May 2015 22:16:29 +0200
 
 oggconvert (0.3.3-2) unstable; urgency=low
 

Modified: packages/oggconvert/trunk/debian/control
===================================================================
--- packages/oggconvert/trunk/debian/control	2015-05-06 20:16:25 UTC (rev 11914)
+++ packages/oggconvert/trunk/debian/control	2015-05-06 20:27:06 UTC (rev 11915)
@@ -29,7 +29,7 @@
  OggConvert is a small GNOME utility which uses GStreamer to convert 
  (almost) any media file to the patent-free Ogg Vorbis, Theora and 
  Dirac formats.
- . 
+ .
  The main interesting points are:
   * It is very easy to use: drag a file onto the source bar (or use 
     the file chooser) and hit Convert button. Of course, you can also change 

Modified: packages/oggconvert/trunk/debian/copyright
===================================================================
--- packages/oggconvert/trunk/debian/copyright	2015-05-06 20:16:25 UTC (rev 11914)
+++ packages/oggconvert/trunk/debian/copyright	2015-05-06 20:27:06 UTC (rev 11915)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: oggconvert
 Upstream-Contact: Tristan Brindle <t.c.brindle at gmail.com>
 Source: http://oggconvert.tristanb.net/
@@ -11,7 +11,7 @@
 Copyright: 2009-2015, Luca Falavigna <dktrkranz at debian.org>
 License: GPL-3+
 
-License: LGPL-2.1+:
+License: LGPL-2.1+
   This package is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either




More information about the Python-apps-commits mailing list