Author: goneri Date: 2008-04-27 19:28:55 +0000 (Sun, 27 Apr 2008) New Revision: 829
Added: qabuildstat/buildagent/debian/ qabuildstat/buildagent/debian/changelog qabuildstat/buildagent/debian/compat qabuildstat/buildagent/debian/control qabuildstat/buildagent/debian/copyright qabuildstat/buildagent/debian/rules Log: import of the debian directory Added: qabuildstat/buildagent/debian/changelog =================================================================== --- qabuildstat/buildagent/debian/changelog (rev 0) +++ qabuildstat/buildagent/debian/changelog 2008-04-27 19:28:55 UTC (rev 829) @@ -0,0 +1,6 @@ +qabuildstat-buildagent (0.0.1) unstable; urgency=low + + * Initial Release. Closes: #XXXX + + -- Gonéri Le Bouder <[EMAIL PROTECTED]> Sun, 27 Apr 2008 21:34:26 +0200 + Added: qabuildstat/buildagent/debian/compat =================================================================== --- qabuildstat/buildagent/debian/compat (rev 0) +++ qabuildstat/buildagent/debian/compat 2008-04-27 19:28:55 UTC (rev 829) @@ -0,0 +1 @@ +5 Added: qabuildstat/buildagent/debian/control =================================================================== --- qabuildstat/buildagent/debian/control (rev 0) +++ qabuildstat/buildagent/debian/control 2008-04-27 19:28:55 UTC (rev 829) @@ -0,0 +1,14 @@ +Source: qabuildstat-buildagent +Section: devel +Priority: extra +Maintainer: Gonéri Le Bouder <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5.0) +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/collab-qa/qabuildstat/buildagent +Vcs-Browser: http://svn.debian.org/wsvn/collab-qa/qabuildstat/buildagent/?op=log + +Package: qabuildstat-buildagent +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, perl, libwww-perl, libproc-processtable-perl, libconfig-inifiles-perl +Description: qabuildstat build agent + blablabla Added: qabuildstat/buildagent/debian/copyright =================================================================== --- qabuildstat/buildagent/debian/copyright (rev 0) +++ qabuildstat/buildagent/debian/copyright 2008-04-27 19:28:55 UTC (rev 829) @@ -0,0 +1,24 @@ + + +The MIT License + +Copyright (c) 2008 Gonéri Le Bouder <[EMAIL PROTECTED]> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + Added: qabuildstat/buildagent/debian/rules =================================================================== --- qabuildstat/buildagent/debian/rules (rev 0) +++ qabuildstat/buildagent/debian/rules 2008-04-27 19:28:55 UTC (rev 829) @@ -0,0 +1,46 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +#export DH_VERBOSE=1 + + +build: +build-stamp: + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + install -d debian/qabuildstat-buildagent/usr/sbin + install qabuild-buildagent debian/qabuildstat-buildagent/usr/sbin + install -d debian/qabuildstat-buildagent/etc + install -m 600 qabuild-buildagent.ini debian/qabuildstat-buildagent/etc + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installmenu + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install +# Nothing to do + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install Property changes on: qabuildstat/buildagent/debian/rules ___________________________________________________________________ Name: svn:executable + * _______________________________________________ Collab-qa-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits
