Clean up debian/rules
[grml-shlib.git] / debian / control
index 19a6d4d..a942206 100644 (file)
@@ -1,12 +1,17 @@
-Source: sh-lib
-Section: main
+Source: grml-shlib
+Section: grml
 Priority: optional
-Maintainer: Michael Gebetsroither <michael.geb@gmx.at>
+Maintainer: Michael Gebetsroither <gebi@grml.org>
+Uploaders: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 
-Package: sh-lib
+Package: grml-shlib
 Architecture: all
-Depends: ${misc:Depends}, procps, net-tools, gawk, iproute
-Description: Generic shell library
- The sh-lib is developed on zsh, only partially tested on bash.
+Depends: ${misc:Depends}, procps, net-tools, iproute
+Conflicts: sh-lib
+Replaces: sh-lib
+Description: Generic shell library used in grml scripts
+ The grml-shlib is developed for use with zsh, partially tested
+ with bash. It's meant as generic shell library for use in
+ grml scripts.