Initial debian build bits
authorKeith Packard <keithp@keithp.com>
Sat, 14 Dec 2013 20:05:17 +0000 (12:05 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Dec 2013 20:58:11 +0000 (12:58 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
debian/README.Debian [new file with mode: 0644]
debian/README.source [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/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..7fcbe41
--- /dev/null
@@ -0,0 +1,6 @@
+stlink for Debian
+-----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Keith Packard <keithp@keithp.com>  Sat, 14 Dec 2013 11:55:43 -0800
diff --git a/debian/README.source b/debian/README.source
new file mode 100644 (file)
index 0000000..ff89692
--- /dev/null
@@ -0,0 +1,10 @@
+stlink for Debian
+-----------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+ -- Keith Packard <keithp@keithp.com>  Sat, 14 Dec 2013 11:55:43 -0800
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..e147e14
--- /dev/null
@@ -0,0 +1,5 @@
+stlink (0.5.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Keith Packard <keithp@keithp.com>  Sat, 14 Dec 2013 11:55:43 -0800
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..34c1324
--- /dev/null
@@ -0,0 +1,16 @@
+Source: stlink
+Section: devel
+Priority: optional
+Maintainer: Keith Packard <keithp@keithp.com>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev
+Standards-Version: 3.9.4
+Homepage: https://github.com/texane/stlink
+Vcs-Git: git://git.debian.org/collab-maint/stlink.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/stlink.git;a=summary
+
+Package: stlink
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: stm32 discovery line linux programmer
+ STM32 command line utilities using the STlink-v1/v2 protocols
+ Includes flash loader, GDB server and query utilities.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..b1e3b4b
--- /dev/null
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: stlink
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2013 Keith Packard <keithp@keithp.com>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
+ A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..5502ed8
--- /dev/null
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..c149de1
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+%:
+       dh $@  --with autotools-dev
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)