Bump to official public version. v0.2.1 v0.2.1-deb
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Wed, 20 May 2015 19:56:48 +0000 (21:56 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Wed, 20 May 2015 19:56:48 +0000 (21:56 +0200)
README
README.md
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]

diff --git a/README b/README
index 302782f97c76ad9ab884b29d16cdc4737e70fa04..5f50060d42d74c894abb7d81990eb8be0c728c6c 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 # Command
 
-C++ library for handling command line arguments, designed to be easily used.
+C++ library for handling command line arguments.
 
 ## Installation
 
index 302782f97c76ad9ab884b29d16cdc4737e70fa04..5f50060d42d74c894abb7d81990eb8be0c728c6c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Command
 
-C++ library for handling command line arguments, designed to be easily used.
+C++ library for handling command line arguments.
 
 ## Installation
 
index 7825384e72216c35121b37212f0497feb08c2ede..988c0725d11efb548dc2e3b021c2893452f45df3 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Command], [0.2], [bugz@dlugolecki.net.pl], [command], [http://dlugolecki.net.pl/software/command/])
+AC_INIT([Command], [0.2.1], [bugz@dlugolecki.net.pl], [command], [http://dlugolecki.net.pl/software/command/])
 AC_PREREQ([2.59])
 AM_INIT_AUTOMAKE([1.10 -Wall])
 AC_CONFIG_HEADERS([config.h])
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..3e9f181
--- /dev/null
@@ -0,0 +1,6 @@
+command (0.2.1) unstable; urgency=medium
+
+  * Initial public release.
+  * Added debian package building configuration 
+
+ -- Rafał Długołęcki <rafal@yggdrasil>  Wed, 20 May 2015 21:52:46 +0200
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..fce3a99
--- /dev/null
@@ -0,0 +1,12 @@
+Source: command
+Section: devel
+Priority: extra
+Maintainer: Rafał Długołęcki <kontakt@dlugolecki.net.pl>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.8.4
+Homepage: http://dlugolecki.net.pl/software/command
+
+Package: command
+Architecture: all
+Description: C++ library for handling command line arguments
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..c52eb98
--- /dev/null
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: command
+Source: http://dlugolecki.net.pl/software/command
+
+Files: *
+Copyright: 2015 Rafał Długołęcki <kontakt@dlugolecki.net.pl>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2015 Rafał Długołęcki <kontakt@dlugolecki.net.pl>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ 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.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..78ab17e
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# Authors:
+# Rafał Długołęcki
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+%:
+       dh $@