summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohannes Dewender <github@JonnyJD.net>2013-10-16 15:10:14 +0200
committerJohannes Dewender <github@JonnyJD.net>2013-10-18 19:50:31 +0200
commit9df1c5014be0d00cc6e5e15a52da2852d7a0895a (patch)
tree4448c0a5a2c2e112331d4afdc593a4e22f651486 /debian
parent9a2f993add2c7cc8f1ecc3d3aea06486a8d5d233 (diff)
downloadconfigshell-fb-9df1c5014be0d00cc6e5e15a52da2852d7a0895a.tar.gz
rename debian package to configshell-fb
This is an alternative to the original configshell. Signed-off-by: Johannes Dewender <github@JonnyJD.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/control13
-rw-r--r--debian/copyright4
-rw-r--r--debian/python-configshell-fb.dirs (renamed from debian/python-configshell.dirs)0
-rw-r--r--debian/python-configshell-fb.docs (renamed from debian/python-configshell.docs)0
-rw-r--r--debian/python-configshell-fb.install (renamed from debian/python-configshell.install)0
-rwxr-xr-xdebian/python-configshell-fb.postinst (renamed from debian/python-configshell.postinst)0
-rwxr-xr-xdebian/python-configshell-fb.preinst (renamed from debian/python-configshell.preinst)0
-rwxr-xr-xdebian/python-configshell-fb.prerm (renamed from debian/python-configshell.prerm)0
-rwxr-xr-xdebian/rules2
9 files changed, 10 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 05bb316..6a9890d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,15 @@
-Source: configshell
+Source: configshell-fb
Section: python
Priority: optional
-Maintainer: Jerome Martin <jxm@risingtidesystems.com>
-Build-Depends: debhelper(>= 7.0.1), python2.6
+Maintainer: Andy Grover <grover@groveronline.com>
+Build-Depends: debhelper(>= 7.0.1), python (>= 2.6)|python2.6
Standards-Version: 3.8.1
-Package: python-configshell
+Package: python-configshell-fb
Architecture: all
Depends: python (>= 2.6)|python2.6, python-epydoc, python-pyparsing, python-urwid (>=0.9.9)
-Suggests: configshell-doc
+Suggests: configshell-fb-doc
+Conflicts: configshell
Description: Framework to create CLI interfaces.
.
- This package contains the configshell library.
+ This package contains the configshell library (free branch).
diff --git a/debian/copyright b/debian/copyright
index 28b41fa..f2c98df 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
This package was originally debianized by Jerome Martin <jxm@risingtidesystems.com>
-on Thu Sep 09 23:13:01 CET 2010. It is currently maintained by Jerome Martin
-<jxm@risingtidesystems.com>.
+on Thu Sep 09 23:13:01 CET 2010. It is currently maintained by Andy Grover
+<andy@groveronline.com>.
Upstream Author: Jerome Martin <jxm@risingtidesystems.com>
diff --git a/debian/python-configshell.dirs b/debian/python-configshell-fb.dirs
index 145429c..145429c 100644
--- a/debian/python-configshell.dirs
+++ b/debian/python-configshell-fb.dirs
diff --git a/debian/python-configshell.docs b/debian/python-configshell-fb.docs
index 5686710..5686710 100644
--- a/debian/python-configshell.docs
+++ b/debian/python-configshell-fb.docs
diff --git a/debian/python-configshell.install b/debian/python-configshell-fb.install
index 69bb674..69bb674 100644
--- a/debian/python-configshell.install
+++ b/debian/python-configshell-fb.install
diff --git a/debian/python-configshell.postinst b/debian/python-configshell-fb.postinst
index b56990a..b56990a 100755
--- a/debian/python-configshell.postinst
+++ b/debian/python-configshell-fb.postinst
diff --git a/debian/python-configshell.preinst b/debian/python-configshell-fb.preinst
index b96bf44..b96bf44 100755
--- a/debian/python-configshell.preinst
+++ b/debian/python-configshell-fb.preinst
diff --git a/debian/python-configshell.prerm b/debian/python-configshell-fb.prerm
index 866a5c2..866a5c2 100755
--- a/debian/python-configshell.prerm
+++ b/debian/python-configshell-fb.prerm
diff --git a/debian/rules b/debian/rules
index d9a49a1..7f48a20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
build_dir = build
install_dir = debian/tmp
setup = /usr/bin/python ./setup.py --quiet
-name = configshell
+name = configshell-fb
binary: binary-indep