perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r857 - in trunk/perfsonar-oppd/build: . debian debian/scripts
Subject: perfsonar development work
List archive
[pS-dev] [GEANT/SA2/SA2T3-OPPD] r857 - in trunk/perfsonar-oppd/build: . debian debian/scripts
Chronological Thread
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r857 - in trunk/perfsonar-oppd/build: . debian debian/scripts
- Date: Mon, 10 Mar 2014 09:25:47 +0000 (GMT)
Author: dfn.calim
Date: 2014-03-10 09:25:47 +0000 (Mon, 10 Mar 2014)
New Revision: 857
Added:
trunk/perfsonar-oppd/build/Build.PL
trunk/perfsonar-oppd/build/debian/
trunk/perfsonar-oppd/build/debian/scripts/
trunk/perfsonar-oppd/build/debian/scripts/README.Debian
trunk/perfsonar-oppd/build/debian/scripts/README.source
trunk/perfsonar-oppd/build/debian/scripts/changelog
trunk/perfsonar-oppd/build/debian/scripts/compat
trunk/perfsonar-oppd/build/debian/scripts/control
trunk/perfsonar-oppd/build/debian/scripts/copyright
trunk/perfsonar-oppd/build/debian/scripts/docs
trunk/perfsonar-oppd/build/debian/scripts/files
trunk/perfsonar-oppd/build/debian/scripts/rules
Log:
adding debian build scripsts
Copied: trunk/perfsonar-oppd/build/Build.PL (from rev 855,
trunk/perfSONAR/build/Build.PL)
===================================================================
--- trunk/perfsonar-oppd/build/Build.PL (rev 0)
+++ trunk/perfsonar-oppd/build/Build.PL 2014-03-10 09:25:47 UTC (rev 857)
@@ -0,0 +1,33 @@
+use strict;
+use warnings;
+use Module::Build;
+use Data::Dumper;
+
+my $builder = Module::Build->new(
+ dist_name => 'perfsonar-oppd',
+ license => 'apache',
+ dist_author => 'DFN-Labor
<>',
+ dist_abstract => 'oppd - open perl perfSONAR daemon',
+ dist_version => '1.0',
+ build_requires => {
+ 'Test::More' => 0,
+ },
+ requires => {
+ 'perfSONAR' => '>= 1.0',
+ },
+ etc_files => {
+ 'etc/oppd-mdm.conf' => 'etc/oppd.conf',
+ 'etc/Auth_request.xml' => 'etc/oppd.d/Auth_request.xml',
+ 'etc/Auth_response.xml' => 'etc/oppd.d/Auth_response.xml',
+ 'etc/LS_deregister.xml' => 'etc/oppd.d/LS_deregister.xml',
+ 'etc/LS_register.xml' => 'etc/oppd.d/LS_register.xml',
+ 'etc/LS_keepalive.xml' => 'etc/oppd.d/LS_keepalive.xml',
+ 'etc/LS_KeyRequest.xml' => 'etc/oppd.d/LS_KeyRequest.xml',
+ },
+ add_to_cleanup => [ 'perfSONAR-*' ],
+ #install_path => { etc => '/etc' },
+ create_makefile_pl => 'small',
+);
+$builder->install_base_relpaths('bin' => 'bin');
+$builder->install_base_relpaths('etc' => 'etc');
+$builder->create_build_script();
Added: trunk/perfsonar-oppd/build/debian/scripts/README.Debian
===================================================================
--- trunk/perfsonar-oppd/build/debian/scripts/README.Debian
(rev 0)
+++ trunk/perfsonar-oppd/build/debian/scripts/README.Debian 2014-03-10
09:25:47 UTC (rev 857)
@@ -0,0 +1,6 @@
+perfsonar-oppd for Debian
+-------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Hakan Calim
<>
Fri, 07 Mar 2014 13:20:23 +0100
Added: trunk/perfsonar-oppd/build/debian/scripts/README.source
===================================================================
--- trunk/perfsonar-oppd/build/debian/scripts/README.source
(rev 0)
+++ trunk/perfsonar-oppd/build/debian/scripts/README.source 2014-03-10
09:25:47 UTC (rev 857)
@@ -0,0 +1,9 @@
+perfsonar-oppd for Debian
+-------------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
Added: trunk/perfsonar-oppd/build/debian/scripts/changelog
===================================================================
--- trunk/perfsonar-oppd/build/debian/scripts/changelog
(rev 0)
+++ trunk/perfsonar-oppd/build/debian/scripts/changelog 2014-03-10 09:25:47
UTC (rev 857)
@@ -0,0 +1,48 @@
+perfsonar-oppd (1.0-1) unstable; urgency=low
+ * Beginning new structure of packaging
+ * Using system standart folders
+ -- DFN Labor
<>
Fri, 07 Mar 2014 13:20:23 +0100
+
+perfsonar-oppd (1.0-1) unstable; urgency=low
+ * Starting new version numbers with 1.0.
+ * Every oppd packa will have his own version number
+ -- DFN Labor
<>
Wed, 13 Nov 2013 08:55:23 +0100
+
+perfsonar-oppd (0.53-11) unstable; urgency=low
+ * new LS registration method
+ * New mechanism for storerequest
+ * some bug fixes
+ -- DFN Labor
<>
Mon, 15 Apr 2013 12:55:23 +0200
+
+perfsonar-oppd (0.53-10) unstable; urgency=low
+ * AAdd new schema in OWAMP with new summary datum
+ -- DFN Labor
<>
Fri, 07 Dec 2012 12:13:49 +0200
+
+perfsonar-oppd (0.53-9) unstable; urgency=low
+ * Dependency problem solved to libdatetime-perl
+ -- DFN Labor
<>
Mon, 19 Nov 2012 10:10:49 +0200
+
+perfsonar-oppd (0.53-8) unstable; urgency=low
+ * Added new eventtype select for HADES MA
+ -- DFN Labor
<>
Fri, 08 Nov 2012 12:45:49 +0200
+
+perfsonar-oppd (0.53-7) unstable; urgency=low
+ * Add wait opton to parameters for OWAMP MP
+ -- DFN Labor
<>
Fri, 14 Sep 2012 14:06:49 +0200
+
+perfsonar-oppd (0.53-6) unstable; urgency=low
+ * Resolving dependency problem to liblog-log4perl-perl needes from all
modules to log messages
+ -- DFN Labor
<>
Tue, 14 Jul 2012 09:23:27 +0200
+
+perfsonar-oppd (0.53-5) unstable; urgency=low
+ * Resolving dependency problem to which tool
+ This is needed from MP Modul to look if tool exist on system
+ -- DFN Labor
<>
Wed, 14 Apr 2012 09:23:27 +0200
+
+perfsonar-oppd (0.53-4) unstable; urgency=low
+ * Creating package from new OPPD architecture
+ *
+
+ -- DFN Labor
<>
Wed, 14 Apr 2010 09:23:27 +0200
+
+
Added: trunk/perfsonar-oppd/build/debian/scripts/compat
===================================================================
--- trunk/perfsonar-oppd/build/debian/scripts/compat
(rev 0)
+++ trunk/perfsonar-oppd/build/debian/scripts/compat 2014-03-10 09:25:47
UTC (rev 857)
@@ -0,0 +1 @@
+8
Added: trunk/perfsonar-oppd/build/debian/scripts/control
===================================================================
--- trunk/perfsonar-oppd/build/debian/scripts/control
(rev 0)
+++ trunk/perfsonar-oppd/build/debian/scripts/control 2014-03-10 09:25:47
UTC (rev 857)
@@ -0,0 +1,16 @@
+Source: perfsonar-oppd
+Section: net
+Priority: extra
+Maintainer: DFN Labor
<>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.3
+Homepage: http://www.win-labor.dfn.de
+
+Package: perfsonar-oppd
+Architecture: all
+Depends: libperfsonar-perl (>= 1.0), perl-modules
+Description: oppd - open perl perfSONAR daemon
+ The README is used to introduce the module and provide instructions on how
+ to install the module, any machine dependencies it may have (for example C
+ compilers and installed libraries) and any other information that should be
+ provided before the module is installed.
Added: trunk/perfsonar-oppd/build/debian/scripts/copyright
===================================================================
--- trunk/perfsonar-oppd/build/debian/scripts/copyright
(rev 0)
+++ trunk/perfsonar-oppd/build/debian/scripts/copyright 2014-03-10 09:25:47
UTC (rev 857)
@@ -0,0 +1,16 @@
+
+ Copyright 2010 Verein zur Foerderung eines Deutschen Forschungsnetzes e. V.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
Added: trunk/perfsonar-oppd/build/debian/scripts/docs
===================================================================
Added: trunk/perfsonar-oppd/build/debian/scripts/files
===================================================================
--- trunk/perfsonar-oppd/build/debian/scripts/files
(rev 0)
+++ trunk/perfsonar-oppd/build/debian/scripts/files 2014-03-10 09:25:47
UTC (rev 857)
@@ -0,0 +1 @@
+perfsonar-oppd_1.0-1_all.deb net extra
Added: trunk/perfsonar-oppd/build/debian/scripts/rules
===================================================================
--- trunk/perfsonar-oppd/build/debian/scripts/rules
(rev 0)
+++ trunk/perfsonar-oppd/build/debian/scripts/rules 2014-03-10 09:25:47
UTC (rev 857)
@@ -0,0 +1,13 @@
+#!/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
+
+%:
+ dh $@
Property changes on: trunk/perfsonar-oppd/build/debian/scripts/rules
___________________________________________________________________
Added: svn:executable
+ *
- [pS-dev] [GEANT/SA2/SA2T3-OPPD] r857 - in trunk/perfsonar-oppd/build: . debian debian/scripts, svn-noreply, 03/10/2014
Archive powered by MHonArc 2.6.16.