# HG changeset patch # User Matthias Förste foerste@schlittermann.de # Date 1335518175 -7200 # Node ID e588c1bbad72d87f4985e192b5db94d3dec7bb8d # Parent 0ed7846bef6face260e53095429093a81c6bd791 debian package should work diff -r 0ed7846bef6f -r e588c1bbad72 .hgignore --- 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/ diff -r 0ed7846bef6f -r e588c1bbad72 Makefile --- 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 diff -r 0ed7846bef6f -r e588c1bbad72 debian/changelog --- /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 Thu, 26 Apr 2012 15:39:29 +0200 diff -r 0ed7846bef6f -r e588c1bbad72 debian/compat --- /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 diff -r 0ed7846bef6f -r e588c1bbad72 debian/control --- /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 +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. diff -r 0ed7846bef6f -r e588c1bbad72 debian/copyright --- /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 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 + +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 . + +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 + +and is licensed under the GPL version 3, see above. diff -r 0ed7846bef6f -r e588c1bbad72 debian/rules --- /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 $@ diff -r 0ed7846bef6f -r e588c1bbad72 debian/source/format --- /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)