Basic debian package
authorDiane Trout <diane@caltech.edu>
Wed, 4 Apr 2012 23:09:24 +0000 (16:09 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 4 Apr 2012 23:09:24 +0000 (16:09 -0700)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..ede0e35
--- /dev/null
@@ -0,0 +1,5 @@
+condor-woldlab (0.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Diane Trout <diane@caltech.edu>  Wed, 04 Apr 2012 14:56:36 -0700
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..8846fbc
--- /dev/null
@@ -0,0 +1,14 @@
+Source: condor-woldlab
+Section: universe/misc
+Priority: extra
+Maintainer: Diane Trout <diane@caltech.edu>
+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 (file)
index 0000000..964a563
--- /dev/null
@@ -0,0 +1,21 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: condor-woldlab
+
+Files: *
+Copyright: 2012 Diane Trout <diane@caltech.edu>
+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 <http://www.gnu.org/licenses/>
+ .
+ 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 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..c30bbdb
--- /dev/null
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)