chiark / gitweb /
Debianize. Release 0.3.
authorRichard Kettlewell <rjk@terraraq.org.uk>
Fri, 9 Aug 2013 14:52:42 +0000 (15:52 +0100)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Fri, 9 Aug 2013 14:52:42 +0000 (15:52 +0100)
.gitignore
configure.ac
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]
debian/sources/format [new file with mode: 0644]

index 3a707d2405b34e8af9d5b53c716987af1a3a7fec..117c4ee61aa4b2c770df38cb57acfeb1d2e25a25 100644 (file)
@@ -14,3 +14,6 @@ configure
 stamp-h1
 vbig
 *~
+debian/*.log
+debian/files
+debian/*substvars
index 4c3c2902b8c438bf41050af81c37d84317e7e69a..cc550670d48de63a65f532a00186b5c0142cee33 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.61])
-AC_INIT([vbig], [0.0.DEV], [rjk@greenend.org.uk])
+AC_INIT([vbig], [0.3], [rjk@greenend.org.uk])
 m4_include([m4/ax_random_device.m4])
 AC_CONFIG_AUX_DIR([config.aux])
 AM_INIT_AUTOMAKE([foreign])
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..b49dde9
--- /dev/null
@@ -0,0 +1,6 @@
+vbig (0.3) unstable; urgency=low
+
+  * Initial Debianized release.
+
+ -- Richard Kettlewell <rjk@terraraq.org.uk>  Fri, 09 Aug 2013 15:47:10 +0100
+
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..ab45a52
--- /dev/null
@@ -0,0 +1,13 @@
+Source: vbig
+Section: admin
+Priority: optional
+Maintainer: Richard Kettlewell <rjk@greenend.org.uk>
+Standards-Version: 3.9.2
+Homepage: https://github.com/ewxrjk/vbig
+
+Package: vbig
+Architecture: any
+Depends: ${misc:Depends},${shlibs:Depends}
+Description: Test storage device integrity
+ Creates or verifies a file full of psuedo-random data.
+ The intended use is to verify that storage media work properly.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..a943c2e
--- /dev/null
@@ -0,0 +1,11 @@
+Copyright © 2011, 2013 Richard Kettlewell
+Copyright © 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
+
+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.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in ‘/usr/share/common-licenses/GPL’ or in the dpkg source
+as the file ‘COPYING’.
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..9ecf0fe
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --verbose
diff --git a/debian/sources/format b/debian/sources/format
new file mode 100644 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)