r2528 - in zope-replacesupport/trunk/debian (control copyright rules)

mejo at users.alioth.debian.org mejo at users.alioth.debian.org
Wed Oct 26 16:50:58 UTC 2011


    Date: Wednesday, October 26, 2011 @ 16:50:56
  Author: mejo
Revision: 2528

fix some issues thanks to lintian

Modified:
  zope-replacesupport/trunk/debian/control
  zope-replacesupport/trunk/debian/copyright
  zope-replacesupport/trunk/debian/rules

Modified: zope-replacesupport/trunk/debian/control
===================================================================
--- zope-replacesupport/trunk/debian/control	2011-10-26 16:31:41 UTC (rev 2527)
+++ zope-replacesupport/trunk/debian/control	2011-10-26 16:50:56 UTC (rev 2528)
@@ -16,7 +16,7 @@
 Description: Add search and replace functionality to TTW Zope objects
  This product adds search and replace functionality to TTW Zope objects.
  A Replace tab is added to the ZMI of Folders and folderish objects, that
- allows to locate Zope objects and replace strings in these objects.
+ allows one to locate Zope objects and replace strings in these objects.
  .
  Replacement is carried out by handlers created for the individual object
  types. Handlers for standard Zope objects are provided by default:

Modified: zope-replacesupport/trunk/debian/copyright
===================================================================
--- zope-replacesupport/trunk/debian/copyright	2011-10-26 16:31:41 UTC (rev 2527)
+++ zope-replacesupport/trunk/debian/copyright	2011-10-26 16:50:56 UTC (rev 2528)
@@ -3,8 +3,6 @@
 Upstream-Contact: Stefan H. Holek <stefan at epy.co.at>
 Source: http://old.zope.org/Members/shh/ReplaceSupport/
 
-
-
 Files: debian/*
 Copyright: © 2005-2011 Jonas Meurer <jonas at freesources.org>
 License: GPL-2
@@ -13,7 +11,7 @@
 
 Files: *
 Copyright: (c) 2000-2005, Stefan H. Holek, stefan at epy.co.at
-License: ZPL-2.0
+License: Zope-2.0
  Zope Public License (ZPL) Version 2.0
  -----------------------------------------------
 

Modified: zope-replacesupport/trunk/debian/rules
===================================================================
--- zope-replacesupport/trunk/debian/rules	2011-10-26 16:31:41 UTC (rev 2527)
+++ zope-replacesupport/trunk/debian/rules	2011-10-26 16:50:56 UTC (rev 2528)
@@ -3,7 +3,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=3
 
-build: build-stamp
+build-indep: build-stamp
+build-arch: build-stamp
+build: build-indep build-arch
+
 build-stamp:
 	dh_testdir
 	touch $@
@@ -41,4 +44,4 @@
 binary-arch: build install
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: clean build-indep build-arch build install binary-indep binary-arch binary




More information about the pkg-zope-developers mailing list