[Python-apps-commits] r2601 - in packages/emesene/trunk/debian (changelog copyright rules)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Mar 14 11:26:53 UTC 2009


    Date: Saturday, March 14, 2009 @ 11:26:53
  Author: pochu-guest
Revision: 2601

* debian/rules: call 'setup.py clean -a' rather than 'rm -rf build',
  the first does it and is more complete. CDBS should do this though,
  see #519683.
* debian/copyright:
  - Clean up whitespaces.
  - Add "Copyright" to the packaging copyright and update the years.

Modified:
  packages/emesene/trunk/debian/changelog
  packages/emesene/trunk/debian/copyright
  packages/emesene/trunk/debian/rules

Modified: packages/emesene/trunk/debian/changelog
===================================================================
--- packages/emesene/trunk/debian/changelog	2009-03-14 11:13:54 UTC (rev 2600)
+++ packages/emesene/trunk/debian/changelog	2009-03-14 11:26:53 UTC (rev 2601)
@@ -14,6 +14,12 @@
     - New patch from upstream r1578, fix file transfers with
       WLM2009 clients.
   * Standards-Version is 3.8.1, no changes needed.
+  * debian/rules: call 'setup.py clean -a' rather than 'rm -rf build',
+    the first does it and is more complete. CDBS should do this though,
+    see #519683.
+  * debian/copyright:
+    - Clean up whitespaces.
+    - Add "Copyright" to the packaging copyright and update the years.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 21 Dec 2008 18:13:09 +0100
 

Modified: packages/emesene/trunk/debian/copyright
===================================================================
--- packages/emesene/trunk/debian/copyright	2009-03-14 11:13:54 UTC (rev 2600)
+++ packages/emesene/trunk/debian/copyright	2009-03-14 11:26:53 UTC (rev 2601)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://downloads.sf.net/emesene/
 
-Upstream Authors: 
+Upstream Authors:
 
     Luis Mariano Guerra (emesene and emesenelib) <luismarianoguerra at gmail.com>
     Horacio Duran (emesene and emesenelib)  <horacio.duran at gmail.com>
@@ -23,7 +23,7 @@
     Luis 'JoinTheHell' Nell (emesene)
     nopersona (in the margins theme)
 
-Copyright: 
+Copyright:
 
     Copyright (C) 2006-2008 Luis Mariano Guerra <luismarianoguerra at gmail.doc>
 
@@ -33,12 +33,12 @@
     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 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
@@ -164,12 +164,12 @@
     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 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
@@ -224,5 +224,5 @@
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-The Debian packaging is (C) 2007-2008, Emilio Pozuelo Monfort
+The Debian packaging is Copyright (C) 2007-2009, Emilio Pozuelo Monfort
  <pochu at ubuntu.com> and is licensed under the GPL, see above.

Modified: packages/emesene/trunk/debian/rules
===================================================================
--- packages/emesene/trunk/debian/rules	2009-03-14 11:13:54 UTC (rev 2600)
+++ packages/emesene/trunk/debian/rules	2009-03-14 11:26:53 UTC (rev 2601)
@@ -17,4 +17,4 @@
 	dh_icons -pemesene
 
 clean::
-	rm -rf build
+	setup.py clean -a




More information about the Python-apps-commits mailing list