# Command
-C++ library for handling command line arguments, designed to be easily used.
+C++ library for handling command line arguments.
## Installation
# Command
-C++ library for handling command line arguments, designed to be easily used.
+C++ library for handling command line arguments.
## Installation
-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])
--- /dev/null
+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
--- /dev/null
+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
+
--- /dev/null
+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".
--- /dev/null
+#!/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 $@