diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-02-15 15:50:59 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-02 21:36:45 +0200 |
commit | cab0e4c6c5420e6253bce50127a0c70fb0cd0552 (patch) | |
tree | e038335632d9a1d82953a22df82a7d11a5fe78c5 /debian/control | |
parent | 4da1dba32961da1b0a690bf629233b6ba29921ae (diff) | |
download | pucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.tar.gz pucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.tar.bz2 pucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.zip |
Improve command line interface
Initial arguments-based cli, replacing the three tools -animate, -genome
and -render with just one. Still need to get rid of most calls to
getenv.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index b1ef38d..0000000 --- a/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: flam3 -Section: graphics -Priority: optional -Maintainer: Spotworks LLC <ubuntu@spotworks.com> -Build-Depends: debhelper (>= 5), automake, autotools-dev, libjpeg62-dev, libpng12-dev, libxml2-dev, libtool, subversion -Standards-Version: 3.7.2 -Homepage: http://www.flam3.com - -Package: flam3 -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: render and animate FLAM3s and manipulate their genomes |