summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2022-12-10 19:04:20 -0800
committerLouie Shprung <lshprung@scu.edu>2022-12-10 19:04:20 -0800
commitddce7019238109784eb1036e2dfe436dc6f21f53 (patch)
treeee0cf6642650c5c451c1dd95b13dc78e49c27979
parent603af77207d98b607de80bb734e4123bb9279786 (diff)
Created debian/
-rw-r--r--debian/README.Debian8
-rw-r--r--debian/changelog6
-rw-r--r--debian/control15
-rw-r--r--debian/copyright75
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/local-options2
-rw-r--r--debian/watch2
9 files changed, 122 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..8f6703d
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+simple-snake for Debian
+
+Please edit this to provide information specific to
+this simple-snake Debian package.
+
+ (Automatically generated by debmake Version 4.3.2)
+
+ -- Louie S <louie@example.com> Sat, 10 Dec 2022 18:56:52 -0800
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..42bfa87
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+simple-snake (0.1-1) UNRELEASED; urgency=low
+
+ * Initial release. Closes: #nnnn
+ <nnnn is the bug number of your ITP>
+
+ -- Louie S <louie@example.com> Sat, 10 Dec 2022 18:56:52 -0800
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..18687d9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: simple-snake
+Section: unknown
+Priority: optional
+Maintainer: Louie S <louie@example.com>
+Build-Depends: debhelper-compat (= 12), dh-autoreconf
+Standards-Version: 4.5.0
+Homepage: <insert the upstream URL, if relevant>
+
+Package: simple-snake
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: auto-generated package by debmake
+ This Debian binary package was auto-generated by the
+ debmake(1) command provided by the debmake package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..69df8bd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,75 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: simple-snake
+Upstream-Contact: <preferred name and address to reach the upstream project>
+Source: <url://example.com>
+#
+# Please double check copyright with the licensecheck(1) command.
+
+Files: AUTHORS
+ Makefile.am
+ NEWS
+ README
+ configure.ac
+ src/.deps/body.Po
+ src/.deps/draw.Po
+ src/Makefile.am
+ src/body.c
+ src/draw.c
+ src/include/body.h
+Copyright: __NO_COPYRIGHT_NOR_LICENSE__
+License: __NO_COPYRIGHT_NOR_LICENSE__
+
+Files: Makefile.in
+ aclocal.m4
+ compile
+ configure
+ depcomp
+ install-sh
+ missing
+ src/Makefile.in
+Copyright: 1992-2020 Free Software Foundation, Inc.
+ 1994 X Consortium
+License: __AUTO_PERMISSIVE__
+ Autogenerated files with permissive licenses.
+
+Files: Makefile
+ src/Makefile
+Copyright: 1994-2020 Free Software Foundation, Inc.
+License: PERMISSIVE
+ This Makefile.in is free software; the Free Software Foundation
+ gives unlimited permission to copy and/or distribute it,
+ with or without modifications, as long as this notice is preserved.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE.
+
+Files: INSTALL
+Copyright: 1994-2016 Free Software Foundation, Inc.
+License: PERMISSIVE
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved. This file is offered as-is,
+ without warranty of any kind.
+ .
+ Basic Installation
+
+Files: config.log
+Copyright: 2020 Free Software Foundation, Inc.
+License: __UNKNOWN__
+ This is free software; see the source for copying conditions. There is NO
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Files: config.status
+Copyright: 2012 Free Software Foundation, Inc.
+License: __UNKNOWN__
+ This config.status script is free software; the Free Software Foundation
+ gives unlimited permission to copy, distribute and modify it."
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
+
+#----------------------------------------------------------------------------
+# License file: COPYING
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f0465d2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# You must remove unused comment lines for the released package.
+#export DH_VERBOSE = 1
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+%:
+ dh $@ --with autoreconf
+
+#override_dh_install:
+# dh_install --list-missing -X.la -X.pyc -X.pyo
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..00131ee
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+#abort-on-upstream-changes
+#unapply-patches
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..76575dc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+# You must remove unused comment lines for the released package.
+version=3