Browse Source

package metadata improved

boyska 8 years ago
parent
commit
34aa055273
1 changed files with 15 additions and 4 deletions
  1. 15 4
      debian/control

+ 15 - 4
debian/control

@@ -1,5 +1,5 @@
 Source: libreant
-Section: net
+Section: python
 Priority: optional
 Maintainer: boyska <piuttosto@logorroici.org>
 Build-Depends: debhelper (>= 9), dh-python, python-all (>=2.6), python-setuptools,
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), dh-python, python-all (>=2.6), python-setuptool
  python-peewee,
  python-flask-bootstrap,
  dh-systemd
-Standards-Version: 3.9.4
+Standards-Version: 3.9.7
 X-Python-Version: >= 2.7
 
 Package: python-libreant
@@ -23,6 +23,17 @@ Depends: ${misc:Depends}, ${python:Depends},
  python-peewee,
  python-flask-authbone,
  python-flask-bootstrap
-Description: skel
- skeleton, fill me
+Description: Software to manage both your ebooks and your physical books.
+ Libreant is a software built to manage "libraries" which contain
+ different kind of volumes, both physical or digital.
+ .
+ Its approach is:
+  -  minimum assumptions about your library structure, catalogation
+     systems or whatsoever
+  -  ease of deployment
+  -  ease to build a decentralized network for integration, sharing,
+     and search
+ .
+ Its main UI is a web one, but it also offers command line tools to
+ manipulate its database.
  .