debian package should work
authorMatthias Förste foerste@schlittermann.de
Fri, 27 Apr 2012 11:16:15 +0200
changeset 10 e588c1bbad72
parent 9 0ed7846bef6f
child 11 df402558f178
debian package should work
.hgignore
Makefile
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules
debian/source/format
--- a/.hgignore	Thu Apr 26 11:32:55 2012 +0200
+++ b/.hgignore	Fri Apr 27 11:16:15 2012 +0200
@@ -1,4 +1,5 @@
 syntax: glob
+wgnd-mkstruct
 wgnd-mkstruct.map.pl
 Build
 _build/
--- a/Makefile	Thu Apr 26 11:32:55 2012 +0200
+++ b/Makefile	Fri Apr 27 11:16:15 2012 +0200
@@ -1,6 +1,6 @@
 DESTDIR =
 
-prefix = /usr/local
+prefix?=/usr/local
 sbindir = $(prefix)/sbin
 scripts = wgnd-mkstruct
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/changelog	Fri Apr 27 11:16:15 2012 +0200
@@ -0,0 +1,5 @@
+wgnd-mkstruct (0.1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Matthias Förste <foerste@schlittermann.de>  Thu, 26 Apr 2012 15:39:29 +0200
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/compat	Fri Apr 27 11:16:15 2012 +0200
@@ -0,0 +1,1 @@
+7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/control	Fri Apr 27 11:16:15 2012 +0200
@@ -0,0 +1,16 @@
+Source: wgnd-mkstruct
+Section: misc
+Priority: extra
+Maintainer: Matthias Förste <foerste@schlittermann.de>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Homepage: https://ssl.schlittermann.de/hg/ius/wgnd-mkstruct
+#Vcs-hg: https://ssl.schlittermann.de/hg/ius/wgnd-mkstruct
+#Vcs-Browser: https://ssl.schlittermann.de/hg/ius/wgnd-mkstruct
+
+Package: wgnd-mkstruct
+Architecture: all
+Depends: ${misc:Depends} perl, liblinux-inotify2-perl, rsync
+Description: instantiate a directory structure template
+ wgnd-mkstruct watches some directories for newly created subdirectories and
+ synchronises these from a given template directory.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/copyright	Fri Apr 27 11:16:15 2012 +0200
@@ -0,0 +1,39 @@
+This work was packaged for Debian by:
+
+    Matthias Förste <foerste@schlittermann.de> on Thu, 26 Apr 2012 11:38:51 +0200
+
+It was downloaded from:
+
+    https://ssl.schlittermann.de/hg/ius/wgnd-mkstruct
+
+Upstream Author(s):
+
+    Matthias Förste <foerste@schlittermann.de>
+
+Copyright:
+
+    Copyright (C) 2012 Matthias Förste
+
+License:
+
+    This program 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+The Debian packaging is:
+
+    Copyright (C) 2012 Matthias Förste <foerste@schlittermann.de>
+
+and is licensed under the GPL version 3, see above.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/rules	Fri Apr 27 11:16:15 2012 +0200
@@ -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
+
+%:
+	prefix='/usr' dh $@ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/source/format	Fri Apr 27 11:16:15 2012 +0200
@@ -0,0 +1,1 @@
+3.0 (native)