r735 - in zope-ofolder/trunk: . debian

Bernd Zeimetz bzed-guest at alioth.debian.org
Tue Apr 3 23:03:42 UTC 2007


Author: bzed-guest
Date: 2007-04-03 23:03:41 +0000 (Tue, 03 Apr 2007)
New Revision: 735

Added:
   zope-ofolder/trunk/debian/
   zope-ofolder/trunk/debian/changelog
   zope-ofolder/trunk/debian/compat
   zope-ofolder/trunk/debian/control
   zope-ofolder/trunk/debian/copyright
   zope-ofolder/trunk/debian/docs
   zope-ofolder/trunk/debian/dzproduct
   zope-ofolder/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk

Added: zope-ofolder/trunk/debian/changelog
===================================================================
--- zope-ofolder/trunk/debian/changelog	2007-04-03 23:03:37 UTC (rev 734)
+++ zope-ofolder/trunk/debian/changelog	2007-04-03 23:03:41 UTC (rev 735)
@@ -0,0 +1,6 @@
+zope-ofolder (1.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #417514)
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Wed,  4 Apr 2007 00:15:13 +0200
+

Added: zope-ofolder/trunk/debian/compat
===================================================================
--- zope-ofolder/trunk/debian/compat	2007-04-03 23:03:37 UTC (rev 734)
+++ zope-ofolder/trunk/debian/compat	2007-04-03 23:03:41 UTC (rev 735)
@@ -0,0 +1 @@
+5

Added: zope-ofolder/trunk/debian/control
===================================================================
--- zope-ofolder/trunk/debian/control	2007-04-03 23:03:37 UTC (rev 734)
+++ zope-ofolder/trunk/debian/control	2007-04-03 23:03:41 UTC (rev 735)
@@ -0,0 +1,16 @@
+Source: zope-ofolder
+Section: web
+Priority: extra
+Maintainer: Debian Zope team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends-Indep: debhelper (>> 5.0.0), zope-debhelper
+Standards-Version: 3.7.2
+
+Package: zope-ofolder
+Architecture: all
+Depends: ${zope:Depends}
+Description: A tiny layer above Folder providing ordering control
+ An OFolder contains an ordered sequence of objects.
+ Besides the ordering, it behaves identical to a Folder.
+ You can reorder the objects by assigning new order numbers (these
+ are float values) and then press 'reorder'.

Added: zope-ofolder/trunk/debian/copyright
===================================================================
--- zope-ofolder/trunk/debian/copyright	2007-04-03 23:03:37 UTC (rev 734)
+++ zope-ofolder/trunk/debian/copyright	2007-04-03 23:03:41 UTC (rev 735)
@@ -0,0 +1,13 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Wed,  4 Apr 2007 00:14:51 +0200.
+
+It was downloaded from http://www.dieter.handshake.de/pyprojects/zope/
+
+Upstream Author: Dr. Dieter Maurer <dieter at handshake.de>
+
+Copyright: Public Domain
+
+
+The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: zope-ofolder/trunk/debian/docs
===================================================================
--- zope-ofolder/trunk/debian/docs	2007-04-03 23:03:37 UTC (rev 734)
+++ zope-ofolder/trunk/debian/docs	2007-04-03 23:03:41 UTC (rev 735)
@@ -0,0 +1,3 @@
+README.txt
+README.txt
+version.txt

Added: zope-ofolder/trunk/debian/dzproduct
===================================================================
--- zope-ofolder/trunk/debian/dzproduct	2007-04-03 23:03:37 UTC (rev 734)
+++ zope-ofolder/trunk/debian/dzproduct	2007-04-03 23:03:41 UTC (rev 735)
@@ -0,0 +1,3 @@
+Package: zope-ofolder
+Name: OFolder
+ZopeVersions: >= 2.8

Added: zope-ofolder/trunk/debian/rules
===================================================================
--- zope-ofolder/trunk/debian/rules	2007-04-03 23:03:37 UTC (rev 734)
+++ zope-ofolder/trunk/debian/rules	2007-04-03 23:03:41 UTC (rev 735)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+
+build: build-stamp
+
+build-stamp: 
+	dh_testdir
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	dh_installzope .
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installdebconf	
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: zope-ofolder/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-zope-commits mailing list