chiark / gitweb /
Initial commit
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Nov 2014 18:05:53 +0000 (18:05 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Nov 2014 18:05:53 +0000 (18:05 +0000)
.gitignore [new file with mode: 0644]
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/rules [new file with mode: 0755]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..7c8a147
--- /dev/null
@@ -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 (file)
index 0000000..862fe4b
--- /dev/null
@@ -0,0 +1,6 @@
+dgit-test-dummy (1.0) unstable; urgency=low
+
+  * Initial version.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 02 Nov 2014 17:50:14 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..824b71b
--- /dev/null
@@ -0,0 +1,14 @@
+Source: dgit-test-dummy
+Section: misc
+Priority: extra
+Build-Depends: debhelper (>=8~)
+Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
+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 (file)
index 0000000..361c1b5
--- /dev/null
@@ -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 (executable)
index 0000000..2d33f6a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@