[Erp5-report] r34729 lucas - in /spec/debian-erp5-appliance: DEBIAN/ debian/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 22 22:42:02 CEST 2010


Author: lucas
Date: Thu Apr 22 22:42:00 2010
New Revision: 34729

URL: http://svn.erp5.org?rev=34729&view=rev
Log:
Reworked debian package. Now it contains rules file which will be used to build/install the software before packing it.

Added:
    spec/debian-erp5-appliance/debian/
    spec/debian-erp5-appliance/debian/changelog
    spec/debian-erp5-appliance/debian/compat
    spec/debian-erp5-appliance/debian/control
    spec/debian-erp5-appliance/debian/copyright
    spec/debian-erp5-appliance/debian/dirs
    spec/debian-erp5-appliance/debian/docs
    spec/debian-erp5-appliance/debian/rules   (with props)
Removed:
    spec/debian-erp5-appliance/DEBIAN/

Added: spec/debian-erp5-appliance/debian/changelog
URL: http://svn.erp5.org/spec/debian-erp5-appliance/debian/changelog?rev=34729&view=auto
==============================================================================
--- spec/debian-erp5-appliance/debian/changelog (added)
+++ spec/debian-erp5-appliance/debian/changelog [utf8] Thu Apr 22 22:42:00 2010
@@ -1,0 +1,5 @@
+erp5 (5.4.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- user <lucas at nexedi.com>  Mon, 19 Apr 2010 19:56:14 -0400

Added: spec/debian-erp5-appliance/debian/compat
URL: http://svn.erp5.org/spec/debian-erp5-appliance/debian/compat?rev=34729&view=auto
==============================================================================
--- spec/debian-erp5-appliance/debian/compat (added)
+++ spec/debian-erp5-appliance/debian/compat [utf8] Thu Apr 22 22:42:00 2010
@@ -1,0 +1,1 @@
+7

Added: spec/debian-erp5-appliance/debian/control
URL: http://svn.erp5.org/spec/debian-erp5-appliance/debian/control?rev=34729&view=auto
==============================================================================
--- spec/debian-erp5-appliance/debian/control (added)
+++ spec/debian-erp5-appliance/debian/control [utf8] Thu Apr 22 22:42:00 2010
@@ -1,0 +1,16 @@
+Source: erp5
+Section: zope
+Priority: extra
+Maintainer: Lucas Carvalho <lucas at nexedi.com>
+Build-Depends: bison, build-essential, cpio, flex, gcc, libbz2-dev, libgdbm-dev, libglib2.0-dev, libjpeg62-dev, libldap2-dev, libncurses5-dev, libsasl2-dev, libssl-dev, libsvn-dev, libxml2-dev, libxslt1-dev, make, patch, rpm, subversion, subversion-tools, xvfb, zip, zlib1g-dev
+Standards-Version: 5.4.6
+Homepage: http://www.erp5.org/
+
+Package: erp5
+Architecture: amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: ERP5 is a Zope framework which allows to
+ implement ERP software.  It includes a Rapid Application
+ Development system and a Universal Business Model which
+ together allow to model any business process in very 
+ short time.

Added: spec/debian-erp5-appliance/debian/copyright
URL: http://svn.erp5.org/spec/debian-erp5-appliance/debian/copyright?rev=34729&view=auto
==============================================================================
--- spec/debian-erp5-appliance/debian/copyright (added)
+++ spec/debian-erp5-appliance/debian/copyright [utf8] Thu Apr 22 22:42:00 2010
@@ -1,0 +1,39 @@
+This package was debianized by:
+
+    Lucas Carvalho <lucas at nexedi.com> on Mon, 19 Apr 2010 19:56:14 -0400
+
+It was downloaded from:
+
+    https://svn.erp5.org/repos/public/erp5/trunk/buildout/
+
+Upstream Author(s):
+
+    Łukasz Nowak <luke at nexedi.com>
+
+Copyright:
+
+    <Copyright (C) 2010 Nexedi SA>
+
+License:
+
+    This program 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 3 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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Lucas Carvalho <lucas at nexedi.com>
+
+and is licensed under the GPL version 3, see above.

Added: spec/debian-erp5-appliance/debian/dirs
URL: http://svn.erp5.org/spec/debian-erp5-appliance/debian/dirs?rev=34729&view=auto
==============================================================================
--- spec/debian-erp5-appliance/debian/dirs (added)
+++ spec/debian-erp5-appliance/debian/dirs [utf8] Thu Apr 22 22:42:00 2010
@@ -1,0 +1,1 @@
+opt/erp5

Added: spec/debian-erp5-appliance/debian/docs
URL: http://svn.erp5.org/spec/debian-erp5-appliance/debian/docs?rev=34729&view=auto
==============================================================================
    (empty)

Added: spec/debian-erp5-appliance/debian/rules
URL: http://svn.erp5.org/spec/debian-erp5-appliance/debian/rules?rev=34729&view=auto
==============================================================================
--- spec/debian-erp5-appliance/debian/rules (added)
+++ spec/debian-erp5-appliance/debian/rules [utf8] Thu Apr 22 22:42:00 2010
@@ -1,0 +1,62 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure:
+# We have nothing to do.
+
+build:
+	echo
+
+clean: 
+	dh_testdir
+	dh_testroot
+
+install: build
+	dh_testdir
+	dh_testroot
+
+# Build architecture-independent files here.
+binary-indep: install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_python
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps -X libkabdrv1.so -X libjsoundalsa.so -X pluginapp.bin -X ucpgvfs1.uno.so -X gconfbe1.uno.so -X testtool.bin -X kdebe1.uno.so -X libvclplug_kdelx.so -X libmawt.so -X libvclplug_genlx.so -X fps_gnome.uno.so -X libvclplug_gtklx.so -X libxpcom_core.so
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: spec/debian-erp5-appliance/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Erp5-report mailing list