From: Diane Trout Date: Wed, 4 Apr 2012 23:09:24 +0000 (-0700) Subject: Basic debian package X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=condor-woldlab.git;a=commitdiff_plain;h=46a121407ad33eb524b49fda139546764ac4fea2 Basic debian package --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ede0e35 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +condor-woldlab (0.0.1-1) unstable; urgency=low + + * Initial release + + -- Diane Trout Wed, 04 Apr 2012 14:56:36 -0700 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8846fbc --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: condor-woldlab +Section: universe/misc +Priority: extra +Maintainer: Diane Trout +Build-Depends: debhelper (>= 7.0.0), cmake +Standards-Version: 3.9.2 +Vcs-Git: git://woldlab.caltech.edu/condor-woldlab.git + +Package: condor-woldlab +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, condor +Description: extra utilities for our condor environment + currently just castor_load. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..964a563 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,21 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: condor-woldlab + +Files: * +Copyright: 2012 Diane Trout +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c30bbdb --- /dev/null +++ b/debian/rules @@ -0,0 +1,21 @@ +#!/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. +# +# Modified to make a template file for a multi-binary package with separated +# build-arch and build-indep targets by Bill Allombert 2001 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)