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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Mar 12 12:39:51 UTC 2010


    Date: Friday, March 12, 2010 @ 12:39:41
  Author: pochu
Revision: 4941

* debian/rules:
  - Adapt for the upstream changes.
* debian/copyright:
  - Updated for the new version.

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

Modified: packages/phatch/trunk/debian/changelog
===================================================================
--- packages/phatch/trunk/debian/changelog	2010-03-11 22:35:01 UTC (rev 4940)
+++ packages/phatch/trunk/debian/changelog	2010-03-12 12:39:41 UTC (rev 4941)
@@ -1,5 +1,6 @@
 phatch (0.2.7-1) UNRELEASED; urgency=low
 
+  [ Stani M ]
   * Upstream bugfix release (Closes LP: #472978, #487435, #516763, #516858, 
     #525999, #526047, #526235, #526237, #526489, #529343, #529429, #525831, 
     #526237, #529544, #529605, #531375, #531705, #531728, #532346, #532356, 
@@ -7,6 +8,12 @@
     #536820)
   * debian/control: Add python-nautilus to phatch-nautilus's Depends
 
+  [ Emilio Pozuelo Monfort ]
+  * debian/rules:
+    - Adapt for the upstream changes.
+  * debian/copyright:
+    - Updated for the new version.
+
  -- Stani M <spe.stani.be at gmail.com>  Tue, 23 Feb 2010 00:51:30 -0500
 
 phatch (0.2.6-1) unstable; urgency=low

Modified: packages/phatch/trunk/debian/copyright
===================================================================
--- packages/phatch/trunk/debian/copyright	2010-03-11 22:35:01 UTC (rev 4940)
+++ packages/phatch/trunk/debian/copyright	2010-03-12 12:39:41 UTC (rev 4941)
@@ -5,7 +5,7 @@
 
 Upstream Authors: Stani <spe.stani.be at gmail.com>,
 
-Copyright: (c) 2007-2008 Stani <spe.stani.be at gmail.com>
+Copyright: (c) 2007-2010 Stani <spe.stani.be at gmail.com>
 
 License:
 
@@ -30,10 +30,6 @@
 The Debian packaging is Copyright (C) 2007-2009 Emilio Pozuelo Monfort <pochu at ubuntu.com> and
    is licensed under the GPL, see above.
 
-Some Files in phatch/actions are contributed:
-   - color_to_alpha.py, crop.py, highlight.py, sketch.py, contour.py:
-     Copyright (c) 2009 Nadia Alramli <mail at nadiana.com>
-
 The Files in phatch/other/pyWx:
    - pubsub.py is Copyright (c) 2004 Oliver Schoenborn
    - img2py.py, img2img.py is Copyright (c) 2002 Total Control Software
@@ -300,9 +296,10 @@
 box.blend and sphere.blend are Copyright (c) of Juho Vepsäläinen and licensed
    under GPL, see above.
 
-The file tests/pep8.py is Copyright (C) 2006 Johann C. Rocholl and licensed under:
+The file phatch/other/pep8.py is Copyright (C) 2006 Johann C. Rocholl
+and licensed under:
     pep8.py - Check Python source code formatting, according to PEP 8
-    Copyright (C) 2006 Johann C. Rocholl <johann at browsershots.org>
+    Copyright (C) 2006 Johann C. Rocholl <johann at rocholl.net>
 
     Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation files
@@ -324,5 +321,12 @@
     CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     SOFTWARE.
 
-phatch/actions/grid.py and phatch/actions/warm_up.py files are (C) 2010 by Pawel
-T. Jochym <jochym at gmail.com>
+phatch/actions/grid.py and phatch/actions/warm_up.py files are:
+Copyright (C) 2010 by Pawel T. Jochym <jochym at gmail.com>, www.stani.be
+
+Files in tests/ are:
+Copyright (C) 2007-2010  www.stani.be
+Copyright (C) 2009 Nadia Alramli, Stani (www.stani.be)
+
+tools/change_tags.py:
+Copyright (C) 2009 Nadia Alramli, Stani (www.stani.be)

Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules	2010-03-11 22:35:01 UTC (rev 4940)
+++ packages/phatch/trunk/debian/rules	2010-03-12 12:39:41 UTC (rev 4941)
@@ -28,7 +28,6 @@
 
 binary-install/phatch-nautilus:: binary-install/phatch-cli
 	mkdir -p $(PKG_N_DIR)/usr/share/phatch/phatch/lib/linux/
-	mv $(PKG_C_DIR)/usr/lib $(PKG_N_DIR)/usr/
 	mv $(PKG_C_DIR)/usr/share/phatch/phatch/lib/linux/nautilusExtension.py\
 	   $(PKG_N_DIR)/usr/share/phatch/phatch/lib/linux/
 




More information about the Python-apps-commits mailing list