summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Update maintainer email in debian/controlAndy Grover2013-10-221-1/+1
| | | | Signed-off-by: Andy Grover <agrover@redhat.com>
* debian: also build python 3 packageJohannes Dewender2013-10-206-6/+55
| | | | | | This splits an exatra -docs package, too. Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* debian: update packaging to use dh_pythonJohannes Dewender2013-10-209-84/+17
| | | | Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* debian: fix dependenciesJohannes Dewender2013-10-181-2/+3
| | | | | | | | | | | | epydoc is needed for building the docs and that again needs all usual dependencies. On the other side epydoc isn't needed on runtime anymore. This should be backwards compatible to configshell, but targetcli-fb needs this version instead of the original. Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* fix package name in debian/rulesJohannes Dewender2013-10-181-2/+3
| | | | Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* debian: fix setuptools usageJohannes Dewender2013-10-182-1/+4
| | | | Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* rename debian package to configshell-fbJohannes Dewender2013-10-189-9/+10
| | | | | | This is an alternative to the original configshell. Signed-off-by: Johannes Dewender <github@JonnyJD.net>
* Replace simpleparse with pyparsingChristophe Vu-Brugier2013-09-121-2/+2
| | | | | | | | | | | | Configshell uses simpleparse to parse the command line. Unfortunately, simpleparse does not seem to be maintained anymore: the last release was three years ago. Moreover, simpleparse is not widely used (on Debian, only configshell depends on it). On the other hand, pyparsing is actively maintained, widely used and ready for Python 3. So let's use it. Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr>
* Merge branch 'upstream' into devAndy Grover2013-07-232-15/+22
|\ | | | | | | | | Conflicts: README
| * configshell: Change copyright to Apache License 2.01.2upstreamNicholas Bellinger2013-07-042-15/+22
| | | | | | | | | | | | | | | | | | This patch converts configshell code copyright from AGPL to the permissive Apache License 2.0. It also update copyright owner to Datera, Inc. Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>
* | Fix build scripts for renamed READMEAndy Grover2013-05-071-1/+1
|/ | | | | Reported-by: bsyd Signed-off-by: Andy Grover <agrover@redhat.com>
* Fixup debian/copyright to refer to correct licenseHannes Reinecke2013-01-181-3/+4
| | | | | | | | The package is distributed under the GNU Affero GPL, so the debian copyright file should refer to the correct license. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>
* Fixed HTML documentationJerome Martin2011-10-191-2/+0
| | | | * HTML pages were corrupted by wrong sed commands.
* Cleaned up packagingJerome Martin2011-10-194-20/+3
| | | | | | | | | | | * Merged doc with main package. * Not generating pdf anymore, HTML doc is better and cross-referenced anyway and the PDF generation was too dependent on LaTeX distributions which caused endless issues on several systems. * Renamed redhat/ into rpm/, as we also try to aim for SuSe compat, so the old name wasn't making sense anymore. * Added install prefix explicitely to specfile, needed on OpenSuSe, whose default is /usr/local instead of /usr
* Now using a tarball-release based Makefile.Jerome Martin2011-09-221-0/+10
| | | | | | | | | | | | | | | * Removed useless obsolete targets (setup.py based) * Merged version templating in Makefile (removed bin/gen_changelog*). * Added 'release' make target that generates a dist/*.tar.gz official versionned release tarball from which one can just use setup.py, dpkg-buildpackage or rpmbuild (no Makefile in it). * Removed obsolete bin/lint as well. * Now the 'rpm' and 'deb' Makefile targets use the generated release build. * Makefile commands now use no echo mode. * Added timestamps for virtual targets. * Added *.pyc to .gitignore. * Merged doc generation in debian/rules and rpm specfile (removed bin/gendoc). * Cleaned up setup.py alignements.
* Build process cleanup, added rpm/deb targets.Jerome Martin2011-05-141-1/+1
| | | | | | | | | * Now builds rpm and deb separately, intended to be used on debian and redhat systems respectively. No more deb -> rpm conversion using alien. * Integrated bin/clean into Makefile * Now make clean does not remove packages, added cleanall target for that. * Added .gitignore file. * Added urwid version to debian/control depend.
* Initial configshell commit0.9Nicholas Bellinger2011-05-0413-0/+138
Signed-off-by: Nicholas A. Bellinger <nab@risingtidesystems.com>