From: Ian Jackson Date: Sun, 2 Nov 2014 18:05:53 +0000 (+0000) Subject: Initial commit X-Git-Tag: debian/1.0~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ce36a5e832d69e018e92324e49ffb05e5c690c16;p=dgit-test-dummy.git Initial commit --- ce36a5e832d69e018e92324e49ffb05e5c690c16 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c8a147 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*~ +debian/*.debhelper.log +debian/dgit-test-dummy +debian/*.substvars +debian/substvars +debian/files diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..862fe4b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +dgit-test-dummy (1.0) unstable; urgency=low + + * Initial version. + + -- Ian Jackson Sun, 02 Nov 2014 17:50:14 +0000 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..824b71b --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: dgit-test-dummy +Section: misc +Priority: extra +Build-Depends: debhelper (>=8~) +Maintainer: Ian Jackson +Standards-Version: 3.9.6.0 + +Package: dgit-test-dummy +Conflicts: dpkg +Breaks: dpkg +Architecture: all +Depends: ${misc:Depends}, dgit-test-dummy-which-does-not-exist +Description: Dummy package for testing dgit infrastructure + Do not install this package. It won't be part of any release. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..361c1b5 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +Copyright (C) 2014 Ian Jackson + +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 (including the next +paragraph) 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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@