Bump Standards-Version to 4.1.1
[grml-crypt.git] / debian / control
index e3b8ee7..6e32f9d 100644 (file)
@@ -1,16 +1,29 @@
 Source: grml-crypt
 Section: grml
 Priority: optional
-Maintainer: Michael Gebetsroither <gebi@grml.org>
-Build-Depends: debhelper (>= 4.0.0), xsltproc, docbook-xsl, asciidoc
-Standards-Version: 3.6.1
+Maintainer: Michael Prokop <mika@grml.org>
+Build-Depends:
+ asciidoc,
+ debhelper (>= 5),
+ docbook-xsl,
+ xsltproc,
+Standards-Version: 4.1.1
+Homepage: http://git.grml.org/?p=grml-crypt.git
+Vcs-git: git://git.grml.org/grml-crypt.git
+Vcs-Browser: http://git.grml.org/?p=grml-crypt.git
+Origin: Grml
+Bugs: mailto:bugs@grml.org
 
 Package: grml-crypt
 Architecture: all
-Depends: grml-shlib (>=1.02.07), cryptsetup-luks | cryptsetup (>=1.0.1-16), realpath, dmsetup
+Depends:
+ cryptsetup-luks | cryptsetup (>=1.0.1-16),
+ dmsetup,
+ grml-shlib (>=1.02.07),
+ ${misc:Depends},
 Description: wrapper around cryptsetup-luks
  This software should provide an easy wrapper around cryptsetup-luks,
  losetup and mount.
- It is possibel to create and mount an encrypted filesystem image with
+ It is possible to create and mount an encrypted filesystem image with
  only one command. This wrapper handles devices and filesystem-images
  and implements an efficient but also secure initialisation algorithm.