Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r842 - in trunk/NMWG/build: . debian debian/scripts debian/scripts/source lib lib/NMWG t

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/SA2T3-OPPD] r842 - in trunk/NMWG/build: . debian debian/scripts debian/scripts/source lib lib/NMWG t


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r842 - in trunk/NMWG/build: . debian debian/scripts debian/scripts/source lib lib/NMWG t
  • Date: Fri, 28 Feb 2014 13:55:25 +0000 (GMT)

Author: dfn.calim
Date: 2014-02-28 13:55:25 +0000 (Fri, 28 Feb 2014)
New Revision: 842

Added:
trunk/NMWG/build/debian/
trunk/NMWG/build/debian/scripts/
trunk/NMWG/build/debian/scripts/changelog
trunk/NMWG/build/debian/scripts/compat
trunk/NMWG/build/debian/scripts/control
trunk/NMWG/build/debian/scripts/copyright
trunk/NMWG/build/debian/scripts/libnmwg-perl.docs
trunk/NMWG/build/debian/scripts/rules
trunk/NMWG/build/debian/scripts/source/
trunk/NMWG/build/debian/scripts/source/format
trunk/NMWG/build/debian/scripts/watch
trunk/NMWG/build/lib/
trunk/NMWG/build/lib/NMWG.pm
trunk/NMWG/build/lib/NMWG/
trunk/NMWG/build/lib/NMWG/Message.pm
trunk/NMWG/build/t/
trunk/NMWG/build/t/NMWG-001-Message.t
Modified:
trunk/NMWG/build/MANIFEST
Log:
adding debian build scripts for NMWG

Modified: trunk/NMWG/build/MANIFEST
===================================================================
--- trunk/NMWG/build/MANIFEST 2014-02-28 10:11:35 UTC (rev 841)
+++ trunk/NMWG/build/MANIFEST 2014-02-28 13:55:25 UTC (rev 842)
@@ -1,8 +1,8 @@
Build.PL
Changes
+lib/NMWG.pm
+lib/NMWG/Message.pm
MANIFEST This list of files
META.json
META.yml
-NMWG.pm
-NMWG/Message.pm
README

Added: trunk/NMWG/build/debian/scripts/changelog
===================================================================
--- trunk/NMWG/build/debian/scripts/changelog (rev
0)
+++ trunk/NMWG/build/debian/scripts/changelog 2014-02-28 13:55:25 UTC (rev
842)
@@ -0,0 +1,11 @@
+libnmwg-perl (1.0-1) unstable; urgency=low
+ * Starting new version number 1.0
+ * Install all files now in system standart folder
+ not in perfsonar folder.
+ -- DFN-Labor
<>
Tue, 19 Nov 2013 14:15:12 +0100
+
+libnmwg-perl (0.03-4) unstable; urgency=low
+
+ * .djust to the new framework
+
+ -- Hakan Calim
<>
Wed, 31 Aug 2011 12:42:47 +0200

Added: trunk/NMWG/build/debian/scripts/compat
===================================================================
--- trunk/NMWG/build/debian/scripts/compat (rev
0)
+++ trunk/NMWG/build/debian/scripts/compat 2014-02-28 13:55:25 UTC (rev
842)
@@ -0,0 +1 @@
+8

Added: trunk/NMWG/build/debian/scripts/control
===================================================================
--- trunk/NMWG/build/debian/scripts/control (rev
0)
+++ trunk/NMWG/build/debian/scripts/control 2014-02-28 13:55:25 UTC (rev
842)
@@ -0,0 +1,21 @@
+Source: libnmwg-perl
+Section: perl
+Priority: optional
+Maintainer: DFN Labor
<>
+Build-Depends: debhelper (>= 8),
+ perl
+Build-Depends-Indep: libwww-perl (>= 2.033),
+ libxml-libxml-perl (>= 1.61),
+ perl-modules
+Standards-Version: 3.9.2
+Homepage: http://www.win-labor.dfn.de
+
+Package: libnmwg-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libwww-perl (>= 2.033),
+ libxml-libxml-perl (>= 1.61)
+Description: The perl NMWG module for perfsonar.
+ The README is used to introduce the module and provide instructions
on how
+ o install the module, any machine dependencies it may have (for
example C
+

Added: trunk/NMWG/build/debian/scripts/copyright
===================================================================
--- trunk/NMWG/build/debian/scripts/copyright (rev
0)
+++ trunk/NMWG/build/debian/scripts/copyright 2014-02-28 13:55:25 UTC (rev
842)
@@ -0,0 +1,15 @@
+
+ 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/NMWG/build/debian/scripts/libnmwg-perl.docs
===================================================================
--- trunk/NMWG/build/debian/scripts/libnmwg-perl.docs
(rev 0)
+++ trunk/NMWG/build/debian/scripts/libnmwg-perl.docs 2014-02-28 13:55:25
UTC (rev 842)
@@ -0,0 +1 @@
+README

Added: trunk/NMWG/build/debian/scripts/rules
===================================================================
--- trunk/NMWG/build/debian/scripts/rules (rev
0)
+++ trunk/NMWG/build/debian/scripts/rules 2014-02-28 13:55:25 UTC (rev
842)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@


Property changes on: trunk/NMWG/build/debian/scripts/rules
___________________________________________________________________
Added: svn:executable
+ *

Added: trunk/NMWG/build/debian/scripts/source/format
===================================================================
--- trunk/NMWG/build/debian/scripts/source/format
(rev 0)
+++ trunk/NMWG/build/debian/scripts/source/format 2014-02-28 13:55:25
UTC (rev 842)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/NMWG/build/debian/scripts/watch
===================================================================
--- trunk/NMWG/build/debian/scripts/watch (rev
0)
+++ trunk/NMWG/build/debian/scripts/watch 2014-02-28 13:55:25 UTC (rev
842)
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/NMWG/
.*/NMWG-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/NMWG/build/lib/NMWG/Message.pm
===================================================================
--- trunk/NMWG/build/lib/NMWG/Message.pm (rev
0)
+++ trunk/NMWG/build/lib/NMWG/Message.pm 2014-02-28 13:55:25 UTC (rev
842)
@@ -0,0 +1 @@
+link ../../../lib/NMWG/Message.pm
\ No newline at end of file


Property changes on: trunk/NMWG/build/lib/NMWG/Message.pm
___________________________________________________________________
Added: svn:special
+ *

Added: trunk/NMWG/build/lib/NMWG.pm
===================================================================
--- trunk/NMWG/build/lib/NMWG.pm (rev 0)
+++ trunk/NMWG/build/lib/NMWG.pm 2014-02-28 13:55:25 UTC (rev 842)
@@ -0,0 +1 @@
+link ../../lib/NMWG.pm
\ No newline at end of file


Property changes on: trunk/NMWG/build/lib/NMWG.pm
___________________________________________________________________
Added: svn:special
+ *

Added: trunk/NMWG/build/t/NMWG-001-Message.t
===================================================================
--- trunk/NMWG/build/t/NMWG-001-Message.t (rev
0)
+++ trunk/NMWG/build/t/NMWG-001-Message.t 2014-02-28 13:55:25 UTC (rev
842)
@@ -0,0 +1 @@
+link ../../../t/NMWG-001-Message.t
\ No newline at end of file


Property changes on: trunk/NMWG/build/t/NMWG-001-Message.t
___________________________________________________________________
Added: svn:special
+ *



  • [pS-dev] [GEANT/SA2/SA2T3-OPPD] r842 - in trunk/NMWG/build: . debian debian/scripts debian/scripts/source lib lib/NMWG t, svn-noreply, 02/28/2014

Archive powered by MHonArc 2.6.16.

Top of Page