r796 - zenoss/trunk/debian

Bernd Zeimetz bzed-guest at alioth.debian.org
Fri Apr 13 11:44:24 UTC 2007


Author: bzed-guest
Date: 2007-04-13 11:44:24 +0000 (Fri, 13 Apr 2007)
New Revision: 796

Added:
   zenoss/trunk/debian/zenoss.install
Removed:
   zenoss/trunk/debian/zenoss-doc.docs
Modified:
   zenoss/trunk/debian/README.Debian-source
   zenoss/trunk/debian/dirs
   zenoss/trunk/debian/rules
   zenoss/trunk/debian/zenoss-doc.install
Log:
...still a lot to do....


Modified: zenoss/trunk/debian/README.Debian-source
===================================================================
--- zenoss/trunk/debian/README.Debian-source	2007-04-13 01:05:15 UTC (rev 795)
+++ zenoss/trunk/debian/README.Debian-source	2007-04-13 11:44:24 UTC (rev 796)
@@ -1 +1,19 @@
-FIXME
+repackaging the source of zenoss for Debian
+-------------------------------------------
+
+Zenoss only provides an about 50MB large .tar.gz, which contains
+an installer and almost all dependencies for all supported platforms,
+hence Debian's orig.tar.gz was completely repackaged by pulling
+the needed files from Zenoss' svn directly. The repackaged tarball
+is only about 11MB.
+
+To create the orig.tar.gz, please run
+  fakeroot debian/rules get-orig-source
+which will drop the orig.tar.gz in ../tarballs, as needed to use
+with the svn-buildpackage tools.
+
+Please note that the repackaging was not done because of licensing/
+copyright issues. Zenoss, it's documentation and all dependencies
+are under DFSG compatible licenses.
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Thu, 12 Apr 2007 16:37:13 +0200

Modified: zenoss/trunk/debian/dirs
===================================================================
--- zenoss/trunk/debian/dirs	2007-04-13 01:05:15 UTC (rev 795)
+++ zenoss/trunk/debian/dirs	2007-04-13 11:44:24 UTC (rev 796)
@@ -1,2 +1 @@
-usr/bin
-usr/sbin
+usr/share/zenoss/Products

Modified: zenoss/trunk/debian/rules
===================================================================
--- zenoss/trunk/debian/rules	2007-04-13 01:05:15 UTC (rev 795)
+++ zenoss/trunk/debian/rules	2007-04-13 11:44:24 UTC (rev 796)
@@ -107,6 +107,10 @@
 binary: binary-arch binary-indep
 
 
+
+##############################################################################
+# targets which  are not used while building the package
+#
 get-orig-source: clean
 	tarball="zenoss_$(ZENOSS_VERSION).orig.tar.gz" ;\
 	if test -e ../tarballs/$$tarball; then \
@@ -133,12 +137,16 @@
 	svn -N export $(ZENOSS_SVN)/inst ;\
 	pushd . ;\
 	cd inst/ ;\
-	svn export $(ZENOSS_SVN)/inst/docs ;\
+	svn -N export $(ZENOSS_SVN)/inst/docs ;\
 	svn export $(ZENOSS_SVN)/inst/fs ;\
 	svn export $(ZENOSS_SVN)/inst/conf/ ;\
 	svn export $(ZENOSS_SVN)/bin ;\
-	rm -rf docs/BUILD_* ;\
-	rm -rf docs/INSTALL_* ;\
+	rm -f docs/BUILD_* ;\
+	rm -f docs/INSTALL_* ;\
+	rm -f docs/UPGRADE.txt ;\
+	rm -f docs/CompatibilityMatrix.txt ;\
+	rm -f docs/ZenossVirtualAppliance.txt ;\
+	rm -f docs/*.doc ;\
 	popd ;\
 	find . -name \.cvsignore -exec rm -f {} \; ;\
 	find . -name \.svnignore -exec rm -f {} \; ;\
@@ -148,5 +156,7 @@
 	rm -rf zenoss-$(ZENOSS_VERSION).orig ;\
 	popd
 
+#
+##############################################################################
 
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch get-orig-source

Deleted: zenoss/trunk/debian/zenoss-doc.docs
===================================================================
--- zenoss/trunk/debian/zenoss-doc.docs	2007-04-13 01:05:15 UTC (rev 795)
+++ zenoss/trunk/debian/zenoss-doc.docs	2007-04-13 11:44:24 UTC (rev 796)
@@ -1 +0,0 @@
-inst/docs/*

Modified: zenoss/trunk/debian/zenoss-doc.install
===================================================================
--- zenoss/trunk/debian/zenoss-doc.install	2007-04-13 01:05:15 UTC (rev 795)
+++ zenoss/trunk/debian/zenoss-doc.install	2007-04-13 11:44:24 UTC (rev 796)
@@ -1,2 +1 @@
-#DOCS#
-
+inst/docs/* /usr/share/doc/zenoss

Added: zenoss/trunk/debian/zenoss.install
===================================================================
--- zenoss/trunk/debian/zenoss.install	2007-04-13 01:05:15 UTC (rev 795)
+++ zenoss/trunk/debian/zenoss.install	2007-04-13 11:44:24 UTC (rev 796)
@@ -0,0 +1 @@
+Products/* /usr/share/zenoss/Products




More information about the pkg-zope-commits mailing list