[Oval-commits] r101 - branches/debpack/Interpreters/debian

Pavel Vinogradov blaze-guest at alioth.debian.org
Mon Aug 6 09:28:41 UTC 2007


Author: blaze-guest
Date: 2007-08-06 09:28:41 +0000 (Mon, 06 Aug 2007)
New Revision: 101

Added:
   branches/debpack/Interpreters/debian/README.Debian
   branches/debpack/Interpreters/debian/changelog
   branches/debpack/Interpreters/debian/compat
   branches/debpack/Interpreters/debian/control
   branches/debpack/Interpreters/debian/copyright
   branches/debpack/Interpreters/debian/dirs
   branches/debpack/Interpreters/debian/docs
   branches/debpack/Interpreters/debian/files
   branches/debpack/Interpreters/debian/install
   branches/debpack/Interpreters/debian/rules
   branches/debpack/Interpreters/debian/watch
Log:
Build debian package. First step.

Added: branches/debpack/Interpreters/debian/README.Debian
===================================================================
--- branches/debpack/Interpreters/debian/README.Debian	                        (rev 0)
+++ branches/debpack/Interpreters/debian/README.Debian	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,6 @@
+oval for Debian
+---------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>  Fri,  3 Aug 2007 10:13:04 +0500

Added: branches/debpack/Interpreters/debian/changelog
===================================================================
--- branches/debpack/Interpreters/debian/changelog	                        (rev 0)
+++ branches/debpack/Interpreters/debian/changelog	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,6 @@
+oval (5.3-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>  Fri,  3 Aug 2007 10:13:04 +0500
+

Added: branches/debpack/Interpreters/debian/compat
===================================================================
--- branches/debpack/Interpreters/debian/compat	                        (rev 0)
+++ branches/debpack/Interpreters/debian/compat	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1 @@
+5

Added: branches/debpack/Interpreters/debian/control
===================================================================
--- branches/debpack/Interpreters/debian/control	                        (rev 0)
+++ branches/debpack/Interpreters/debian/control	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,19 @@
+Source: oval
+Section: admin
+Priority: optional
+Maintainer: Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>
+Build-Depends: debhelper (>= 5), autotools-dev, libpcre3-dev, libxerces27-dev, libxalan110-dev
+Standards-Version: 3.7.2
+
+Package: oval
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Open Vulnerability and Assessment Language references interpretator
+ OVAL is an international, information security, community 
+ standard to promote open and publicly available security 
+ content, and to standardize the transfer of this 
+ information across the entire spectrum of security tools
+ and services.
+ .
+ This package included reference interpretator, which 
+ adapted to use with Debian systems.

Added: branches/debpack/Interpreters/debian/copyright
===================================================================
--- branches/debpack/Interpreters/debian/copyright	                        (rev 0)
+++ branches/debpack/Interpreters/debian/copyright	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,21 @@
+This package was debianized by Pavel Vinogradov <Pavel.Vinogradov at nixdev.net> on
+Fri,  3 Aug 2007 10:57:04 +0500.
+
+It was downloaded from http://oval.mitre.org/ 
+
+Upstream Author: Mitre Corp.
+
+Copyright: <put the year(s) of the copyright, and the names of the
+            copyright holder(s) here>
+
+License:
+
+You are free to distribute this software under the terms of
+the GNU General Public License  either version 2 of the License,
+or (at your option) any later version.
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+
+The Debian packaging is (C) 2007, Pavel Vinogradov <Pavel.Vinogradov at nixdev.net> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: branches/debpack/Interpreters/debian/dirs
===================================================================
--- branches/debpack/Interpreters/debian/dirs	                        (rev 0)
+++ branches/debpack/Interpreters/debian/dirs	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/oval

Added: branches/debpack/Interpreters/debian/docs
===================================================================
--- branches/debpack/Interpreters/debian/docs	                        (rev 0)
+++ branches/debpack/Interpreters/debian/docs	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,5 @@
+docs/build.linux.txt
+docs/build.win32.txt
+docs/README.txt
+docs/terms.txt
+docs/version.txt

Added: branches/debpack/Interpreters/debian/files
===================================================================
--- branches/debpack/Interpreters/debian/files	                        (rev 0)
+++ branches/debpack/Interpreters/debian/files	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1 @@
+oval_5.3-1_i386.deb admin optional

Added: branches/debpack/Interpreters/debian/install
===================================================================
--- branches/debpack/Interpreters/debian/install	                        (rev 0)
+++ branches/debpack/Interpreters/debian/install	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,2 @@
+project/linux/Release/ovaldi usr/bin
+xml usr/share/oval

Added: branches/debpack/Interpreters/debian/rules
===================================================================
--- branches/debpack/Interpreters/debian/rules	                        (rev 0)
+++ branches/debpack/Interpreters/debian/rules	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,99 @@
+#!/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
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	mkdir -p project/linux/Release/obj
+	cd project/linux && $(MAKE)
+	#docbook-to-man debian/oval.sgml > oval.1
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	rm -rf project/linux/Release
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/oval.
+	#$(MAKE) DESTDIR=$(CURDIR)/debian/oval install
+	dh_install -s
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build 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 docs/ovaldi.1
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: branches/debpack/Interpreters/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: branches/debpack/Interpreters/debian/watch
===================================================================
--- branches/debpack/Interpreters/debian/watch	                        (rev 0)
+++ branches/debpack/Interpreters/debian/watch	2007-08-06 09:28:41 UTC (rev 101)
@@ -0,0 +1,12 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php oval-(.*)\.tar\.gz
+http://oval.mitre.org/language/download/interpreter/ interpreters.src-(.*).tbz2




More information about the Oval-commits mailing list