add Vcs entries to the control file
[debian/makedev] / debian / control
index 9a3cf707db9f8d1b17e44e535b96c4ada5b380c6..1d70f562ec6e5e124974ddeeb4f7d03946874c4c 100644 (file)
@@ -1,9 +1,11 @@
 Source: makedev
 Section: admin
-Priority: required
+Priority: extra
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.8.2
+Vcs-Git: git://git.gag.com/debian/makedev
+Vcs-Browser: http://git.gag.com/?p=debian/makedev
 
 Package: makedev
 Architecture: all
@@ -14,3 +16,6 @@ Description: creates device files in /dev
  .
  Device files are special files through which applications can interact 
  with hardware.
+ .
+ This package is not necessary for most modern Linux systems, where the udev
+ subsystem provides a more dynamic mechanism for device file management.