[Python-apps-commits] r3093 - in packages/waf/trunk/debian (4 files)

dfiloni-guest at users.alioth.debian.org dfiloni-guest at users.alioth.debian.org
Sun Jun 7 15:13:49 UTC 2009


    Date: Sunday, June 7, 2009 @ 15:13:49
  Author: dfiloni-guest
Revision: 3093

[svn-inject] Applying Debian modifications to trunk

Modified:
  packages/waf/trunk/debian/changelog
  packages/waf/trunk/debian/control
  packages/waf/trunk/debian/copyright
  packages/waf/trunk/debian/rules

Modified: packages/waf/trunk/debian/changelog
===================================================================
--- packages/waf/trunk/debian/changelog	2009-06-07 13:32:31 UTC (rev 3092)
+++ packages/waf/trunk/debian/changelog	2009-06-07 15:13:49 UTC (rev 3093)
@@ -1,4 +1,4 @@
-waf (1.5.6-1) experimental; urgency=low
+waf (1.5.6-1) unstable; urgency=low
 
   * Initial release (Closes: #466304).
 

Modified: packages/waf/trunk/debian/control
===================================================================
--- packages/waf/trunk/debian/control	2009-06-07 13:32:31 UTC (rev 3092)
+++ packages/waf/trunk/debian/control	2009-06-07 15:13:49 UTC (rev 3093)
@@ -1,10 +1,9 @@
 Source: waf
 Section: devel
-Priority: extra
+Priority: optional
 Maintainer: Devid Antonio Filoni <d.filoni at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: python (>= 2.4), python-support (>= 0.5.3)
+Build-Depends: debhelper (>= 6), python (>= 2.4), python-support (>= 0.5.3)
 XS-Python-Version: all
 Standards-Version: 3.8.1
 Homepage: http://code.google.com/p/waf/
@@ -12,10 +11,10 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/waf/trunk/
 
 Package: waf
-Architecture: all
+Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
-Description: a Python-based build system
+Description: Python-based build system
  Waf is a Python-based framework for configuring, compiling and installing
  applications. It derives from the concepts of other build tools such as
  SCons, Autotools, CMake or Ant.

Modified: packages/waf/trunk/debian/copyright
===================================================================
--- packages/waf/trunk/debian/copyright	2009-06-07 13:32:31 UTC (rev 3092)
+++ packages/waf/trunk/debian/copyright	2009-06-07 15:13:49 UTC (rev 3093)
@@ -9,7 +9,17 @@
 
 Copyright:
 
-    Copyright © 2005-2009 Thomas Nagy
+    Copyright © 2005-2009, Thomas Nagy
+    Copyright © 1999, Havoc Pennington
+    Copyright © 2005, LiuCougar
+    Copyright © 2005, Ralf Habacker
+    Copyright © 2005, Scott Newton
+    Copyright © 2008-2009, Yinon Ehrlich
+    Copyright © 2003-2005, Peter Astrand
+    Copyright © 2005-2005, Trolltech AS
+    Copyright © 2006, Matthias Jahn
+    Copyright © 2008, hhasemann
+    Copyright © 2007, Matthias Jahn
 
 License:
 
@@ -34,3 +44,51 @@
 
 The Debian packaging is copyright 2009, Devid Antonio Filoni <d.filoni at ubuntu.com> and
 is licensed under the GPL-2, see `/usr/share/common-licenses/GPL-2'.
+
+
+License of utils/am*.py, demos/gnome/src/*.{h, c}:
+
+    This package is free software; you can redistribute it and/or modify
+    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
+
+On Debian systems, the complete text of the GNU General
+Public License 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+
+License of demos/qt4/src/*:
+
+    This file may be distributed under the terms of the Q Public License
+    as defined by Trolltech AS of Norway and appearing in the file
+    LICENSE.QPL included in the packaging of this file.
+
+    This file may be distributed and/or modified under the terms of the
+    GNU General Public License version 2 as published by the Free Software
+    Foundation and appearing in the file LICENSE.GPL included in the
+    packaging of this file.
+
+    See http://www.trolltech.com/pricing.html or email sales at trolltech.com for
+      information about Qt Commercial License Agreements.
+    See http://www.trolltech.com/qpl/ for QPL licensing information.
+    See http://www.trolltech.com/gpl/ for GPL licensing information.
+
+    Contact info at trolltech.com if any conditions of this licensing are
+    not clear to you.
+
+    This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+    WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+
+License of wafadmin/pproc.py:
+
+    Licensed to PSF under a Contributor Agreement.

Modified: packages/waf/trunk/debian/rules
===================================================================
--- packages/waf/trunk/debian/rules	2009-06-07 13:32:31 UTC (rev 3092)
+++ packages/waf/trunk/debian/rules	2009-06-07 15:13:49 UTC (rev 3093)
@@ -9,16 +9,16 @@
 build:  configure-stamp build-stamp
 build-stamp:
 	dh_testdir
+	$(CURDIR)/waf-light --make-waf
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-	-rm -f build-stamp configure-stamp
 	-$(CURDIR)/waf-light clean
-	-rm -rf $(CURDIR)/build .lock-wscript
-	-find $(CURDIR) -name "*.pyc" -delete
-	dh_clean
+	-rm -rf $(CURDIR)/build
+	find $(CURDIR) -name "*.pyc" -delete
+	dh_clean build-stamp configure-stamp .lock-wscript waf
 
 install: build
 	dh_testdir




More information about the Python-apps-commits mailing list