[Python-modules-commits] r7565 - in packages/pynjb/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Feb 15 23:19:15 UTC 2009


    Date: Sunday, February 15, 2009 @ 23:19:15
  Author: morph
Revision: 7565

* debian/rules
  - removed commented 'configure' target
  - used 'patch-stamp' instead of 'patch', but moved as dep for 'build-stamp'
  - merge 'rm' call into 'dh_clean' one
* debian/copyright
  - clearly separated upstream author, copyright and license notices
  - clearly referring to GPL-2 local file
* debian/pycompat
  - removing since we're using XS-Python-Version in source stanza

Modified:
  packages/pynjb/trunk/debian/changelog
  packages/pynjb/trunk/debian/copyright
  packages/pynjb/trunk/debian/rules
Deleted:
  packages/pynjb/trunk/debian/pycompat

Modified: packages/pynjb/trunk/debian/changelog
===================================================================
--- packages/pynjb/trunk/debian/changelog	2009-02-15 23:18:56 UTC (rev 7564)
+++ packages/pynjb/trunk/debian/changelog	2009-02-15 23:19:15 UTC (rev 7565)
@@ -1,4 +1,4 @@
-pynjb (0.1.0-4) UNRELEASED; urgency=low
+pynjb (0.1.0-4) unstable; urgency=low
 
   * debian/control
     - switch Vcs-Browser field to viewsvn
@@ -6,8 +6,17 @@
     - bump Standards-Version to 3.8.0
       + added debian/README.source
     - added ${misc:Depends} to binary package
+  * debian/rules
+    - removed commented 'configure' target
+    - used 'patch-stamp' instead of 'patch', but moved as dep for 'build-stamp'
+    - merge 'rm' call into 'dh_clean' one
+  * debian/copyright
+    - clearly separated upstream author, copyright and license notices
+    - clearly referring to GPL-2 local file
+  * debian/pycompat
+    - removing since we're using XS-Python-Version in source stanza
 
- -- Sandro Tosi <morph at debian.org>  Sat, 07 Feb 2009 14:58:50 +0100
+ -- Sandro Tosi <morph at debian.org>  Mon, 16 Feb 2009 00:18:47 +0100
 
 pynjb (0.1.0-3) unstable; urgency=low
 

Modified: packages/pynjb/trunk/debian/copyright
===================================================================
--- packages/pynjb/trunk/debian/copyright	2009-02-15 23:18:56 UTC (rev 7564)
+++ packages/pynjb/trunk/debian/copyright	2009-02-15 23:19:15 UTC (rev 7565)
@@ -3,26 +3,30 @@
 
 It was downloaded from http://apt.freespire.org/
 
+Upstream Author:
+
+    Duane Maxwell <duane at linspireinc.com>
+
 Copyright:
 
-Upstream Author: Duane Maxwell <duane at linspireinc.com>
+    (c) Copyright Linspire. Inc, 2005
 
-(c) Copyright Linspire. Inc, 2005
+License:
 
- This 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 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 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.
+    This 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 program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
-A copy of the GNU General Public License is available as
-/usr/share/common-licenses/GPL in the Debian GNU/Linux distribution.
+A copy of the GNU General Public License v2 is available as
+/usr/share/common-licenses/GPL-2 in the Debian GNU/Linux distribution.
  

Deleted: packages/pynjb/trunk/debian/pycompat
===================================================================
--- packages/pynjb/trunk/debian/pycompat	2009-02-15 23:18:56 UTC (rev 7564)
+++ packages/pynjb/trunk/debian/pycompat	2009-02-15 23:19:15 UTC (rev 7565)
@@ -1 +0,0 @@
-2

Modified: packages/pynjb/trunk/debian/rules
===================================================================
--- packages/pynjb/trunk/debian/rules	2009-02-15 23:18:56 UTC (rev 7564)
+++ packages/pynjb/trunk/debian/rules	2009-02-15 23:19:15 UTC (rev 7565)
@@ -15,19 +15,8 @@
 	CFLAGS += -O2
 endif
 
-#configure: configure-stamp
-#configure-stamp:
-#	dh_testdir
-#	
-#	# Add here commands to configure the package.
-#	for python in $(PYVERS); do \
-#	   $$python configure.py; \
-#	done
-#
-#	touch configure-stamp
-
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: patch-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -44,12 +33,11 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean PYTHON=$$python
 
-	dh_clean sippynjb*.cpp sipAPIpynjb.h pynjb.sbf
+	dh_clean sippynjb*.cpp sipAPIpynjb.h pynjb.sbf build-stamp
 
 install: build
 	dh_testdir




More information about the Python-modules-commits mailing list