]> sourceware.org Git - lvm2.git/commitdiff
Update packages.
authorAndres Salomon <dilinger@voxel.net>
Sun, 16 Feb 2003 22:12:28 +0000 (22:12 +0000)
committerAndres Salomon <dilinger@voxel.net>
Sun, 16 Feb 2003 22:12:28 +0000 (22:12 +0000)
debian/changelog
debian/control
debian/rules
debian/undocumented [deleted file]

index 71f8d8717be50cafc121f523196c6cb680b47422..47a2e63ec668912b398a93b169b4620b2c0778fe 100644 (file)
@@ -1,3 +1,13 @@
+lvm2 (1.95.15-1) unstable; urgency=low
+  
+  * New upstream release.
+  * Remove undocumented manpage symlinks.
+  * Update description to be more informative.  (Closes: #173499)
+  * Add kernel-patch-device-mapper suggestion.
+  * Update standards version.
+
+ -- Andres Salomon <dilinger@mp3revolution.net>  Sun, 16 Feb 2002 04:21:26 -0400
+
 lvm2 (1.95.11-1) unstable; urgency=low
 
   * New upstream release.  (Closes: #171436)
index 0b33c371acde433173cb92818032ff0d40dad92a..b7fb2808b502000507808f28e799532b4134f14e 100644 (file)
@@ -3,7 +3,7 @@ Section: admin
 Priority: optional
 Maintainer: Andres Salomon <dilinger@mp3revolution.net>
 Build-Depends: debhelper (>> 3.0.0), libdevmapper-dev (>= 0.96.04), libreadline4-dev
-Standards-Version: 3.5.2
+Standards-Version: 3.5.8.0
 
 Package: lvm2
 Architecture: any
@@ -11,10 +11,14 @@ Depends: ${shlibs:Depends}
 Conflicts: lvm10, lvm-common
 Replaces: lvm10, lvm-common
 Provides: lvm-binaries
-Suggests: dmsetup
+Suggests: dmsetup, kernel-patch-device-mapper
 Description: The Linux Logical Volume Manager
  This is LVM2, the rewrite of The Linux Logical Volume Manager.  LVM
  supports enterprise level volume management of disk and disk subsystems
  by grouping arbitrary disks into volume groups. The total capacity of
  volume groups can be allocated to logical volumes, which are accessed as
  regular block devices.
+ .
+ LVM2 is currently stable, but has some unimplemented features (most notably,
+ pvmove and e2fsadm).  It is not yet recommended for production use.  It is
+ backwards-compatible with LVM1 (lvm10), and requires Linux kernel 2.4.
index f93fe489d525ccc188d9773444eeae46a85c0d3c..97f79c2542c63790de5aaa79925139a3b897226b 100755 (executable)
@@ -102,7 +102,6 @@ binary-arch: build install
        dh_installcron
        dh_installman
        dh_installinfo 
-       dh_undocumented
        dh_installchangelogs
        dh_strip
        dh_link
diff --git a/debian/undocumented b/debian/undocumented
deleted file mode 100644 (file)
index a81ffcc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-e2fsadm.8
-lvmdiskscan.8
-lvmsadc.8
-lvmsar.8
-lvresize.8
-pvdata.8
-pvmove.8
-pvresize.8
-version.8
-vgexport.8
-vgimport.8
-vgmknodes.8
-vgsplit.8
This page took 0.038913 seconds and 5 git commands to generate.