[Python-apps-commits] r2389 - in packages/subdownloader/trunk/debian (3 files)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Sun Feb 15 16:50:01 UTC 2009


    Date: Sunday, February 15, 2009 @ 16:50:00
  Author: gothicx-guest
Revision: 2389

Add Move generate-mo-files to build; Force use of dh_pycentral instead of dh_pysupport; Fix copyright years and symbol

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

Modified: packages/subdownloader/trunk/debian/changelog
===================================================================
--- packages/subdownloader/trunk/debian/changelog	2009-02-15 13:57:38 UTC (rev 2388)
+++ packages/subdownloader/trunk/debian/changelog	2009-02-15 16:50:00 UTC (rev 2389)
@@ -1,3 +1,13 @@
+subdownloader (2.0.9.3-2) unstable; urgency=low
+
+  * debian/rules:
+    + Move generate-mo-files to build and add to PHONY.
+    + Force use of dh_pycentral instead of dh_pysupport.
+  * debian/copyright:
+    + Update to current year in translations and authors.
+
+ -- Marco Rodrigues <gothicx at sapo.pt>  Mon, 09 Feb 2009 21:46:09 +0000
+
 subdownloader (2.0.9.3-1) unstable; urgency=low
 
   * New upstream version.

Modified: packages/subdownloader/trunk/debian/copyright
===================================================================
--- packages/subdownloader/trunk/debian/copyright	2009-02-15 13:57:38 UTC (rev 2388)
+++ packages/subdownloader/trunk/debian/copyright	2009-02-15 16:50:00 UTC (rev 2389)
@@ -6,10 +6,10 @@
 Upstream Author: Ivan Garcia <ivangarcia at subdownloader.net>
                  Marco Ferreira <mferreira at subdownloader.net>
 
-Copyright: 
+Copyright:
 
-    Copyright (C) 2007-2008 by Ivan Garcia <ivangarcia at subdownloader.net>
-    Copyright (C) 2007-2008 by Marco Ferreira <mferreira at subdownloader.net>
+    Copyright (C) 2007-2009 by Ivan Garcia <ivangarcia at subdownloader.net>
+    Copyright (C) 2007-2009 by Marco Ferreira <mferreira at subdownloader.net>
 
 License:
 
@@ -17,12 +17,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
@@ -46,10 +46,10 @@
 	distribute, sublicense, and/or sell copies of this software, and to permit
 	persons to whom this software is furnished to do so, subject to the following
 	conditions:
-	
+
 	The above copyright notice and this permission notice shall be included in all
 	copies or substantial portions of this software.
-	
+
 	THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -78,7 +78,7 @@
 	(at your option) any later version.
 
 * locale/*:
-        Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
+        Copyright (c) 2008-2009 Rosetta Contributors and Canonical Ltd 2008
 
-The Debian packaging is (C) 2008, Marco Rodrigues <gothicx at sapo.pt> and
+The Debian packaging is © 2008, Marco Rodrigues <gothicx at sapo.pt> and
 is licensed under the GPL, see above.

Modified: packages/subdownloader/trunk/debian/rules
===================================================================
--- packages/subdownloader/trunk/debian/rules	2009-02-15 13:57:38 UTC (rev 2388)
+++ packages/subdownloader/trunk/debian/rules	2009-02-15 16:50:00 UTC (rev 2389)
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
 LANGUAGES=$(shell find locale/ -maxdepth 1 -mindepth 1 -type d -not -name \.svn -printf "%f ")
 
 build:
@@ -9,8 +8,8 @@
 clean:
 	dh clean
 
-install: build generate-mo-files
-	dh install
+install: build
+	dh --with python_central install
 
 	# Make it executable to run.py
 	chmod +x debian/subdownloader/usr/bin/subdownloader
@@ -18,7 +17,7 @@
 	# Remove mmpython because it's only needed on Windows version.
 	rm -rf debian/subdownloader/usr/share/subdownloader/modules/mmpython
 
-binary-indep: build install
+binary-indep: build generate-mo-files install
 	dh --with python_central binary-indep
 
 binary-arch: build install
@@ -32,4 +31,4 @@
 		msgfmt --directory=locale $$lang/LC_MESSAGES/subdownloader.po --output-file=$$localedir/subdownloader.mo; \
 	done
 
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary generate-mo-files install




More information about the Python-apps-commits mailing list