[lockdev-devel] [PATCH 01/10] Move handwritten ChangeLog content into ChangeLog.old

Roger Leigh rleigh at debian.org
Sun Feb 28 00:00:01 UTC 2010


---
 ChangeLog     |   56 ------------------------------------------------------
 ChangeLog.old |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 58 insertions(+), 57 deletions(-)
 delete mode 100644 ChangeLog

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 6be7d69..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,56 +0,0 @@
-2006-04-20  Paweł Więcek <coven at debian.org>
-
-	* Version 1.0.3.
-
-	* src/lockdev.c: Updated _dl_filename_1 to distinguish between
-	  character and block devices. Lock file name changes thus from
-	  LCK.012.345 to LCK.C.012.345.
-	
-2005-10-03  Roger Leigh  <rleigh at debian.org>
-
-	* Version 1.0.2.
-
-	* LockDev/Makefile.PL: Merge shobs support from the Debian diff.
-
-	* Makefile Merge shobs support from the Debian diff.
-	(tarball): Remove --exclude option which was broken with current
-	versions of GNU tar.
-
-	* src/sample.c (main): Use liblockdev_incr_debug when the "-d"
-	option is used, to fix broken debugging support.
-
-	* src/ttylock.h: Convert K&R C into ISO C89 C.
-
-	* src/lockdev.h: Convert K&R C into ISO C89 C.
-
-	* src/lockdev.c:
-	(General) Replace the use of __linux__ with __GNU_LIBRARY__, and
-	use the GNU libc gnu_dev_major() and gnu_dev_minor() functions
-	rather than kernel macros.
-	(General) Convert K&R C into ISO C89 C.
-	(_dl_filename_1): Remove special casing for CUA devices on Linux
-	systems; these devices have long been deprecated and are no longer
-	available in current kernels.
-	(_dl_filename_2): If a device name has '/' separators in its name,
-	replace them with ':'s.  This is to support devices in
-	subdirectories.
-	(_dl_check_devname): If a device pathname starts with DEV_PATH,
-	e.g. "/dev/", strip off only "/dev/", rather than the entire path.
-	This is to support devices in subdirectories under /dev,
-	e.g. DevFS, udev, devpts and LVM.
-
-2001-05-27  Gergely Nagy  <algernon at debian.org>
-
-	* Rules.mk: extracted from debian/policy
-
-	* debian/rules: updated to new Debian Perl policy; move shared
-	library from /lib to /usr/lib; properly strip binaries; include
-	Section and Priority in the deb package
-
-	* debian/policy: bumped standards-version, added min_perl_policy
-
-	* debian/control: added build-depends, bumped standards-version,
-	and a few cosmetic fixes
-
-	* Makefile (perl-lib): Updated to new Debian Perl policy
-	(tarball): do not include debian/
diff --git a/ChangeLog.old b/ChangeLog.old
index f206737..8221949 100644
--- a/ChangeLog.old
+++ b/ChangeLog.old
@@ -1,10 +1,67 @@
+2006-04-20  Paweł Więcek <coven at debian.org>
+
+	* Version 1.0.3.
+
+	* src/lockdev.c: Updated _dl_filename_1 to distinguish between
+	  character and block devices. Lock file name changes thus from
+	  LCK.012.345 to LCK.C.012.345.
+
+2005-10-03  Roger Leigh  <rleigh at debian.org>
+
+	* Version 1.0.2.
+
+	* LockDev/Makefile.PL: Merge shobs support from the Debian diff.
+
+	* Makefile Merge shobs support from the Debian diff.
+	(tarball): Remove --exclude option which was broken with current
+	versions of GNU tar.
+
+	* src/sample.c (main): Use liblockdev_incr_debug when the "-d"
+	option is used, to fix broken debugging support.
+
+	* src/ttylock.h: Convert K&R C into ISO C89 C.
+
+	* src/lockdev.h: Convert K&R C into ISO C89 C.
+
+	* src/lockdev.c:
+	(General) Replace the use of __linux__ with __GNU_LIBRARY__, and
+	use the GNU libc gnu_dev_major() and gnu_dev_minor() functions
+	rather than kernel macros.
+	(General) Convert K&R C into ISO C89 C.
+	(_dl_filename_1): Remove special casing for CUA devices on Linux
+	systems; these devices have long been deprecated and are no longer
+	available in current kernels.
+	(_dl_filename_2): If a device name has '/' separators in its name,
+	replace them with ':'s.  This is to support devices in
+	subdirectories.
+	(_dl_check_devname): If a device pathname starts with DEV_PATH,
+	e.g. "/dev/", strip off only "/dev/", rather than the entire path.
+	This is to support devices in subdirectories under /dev,
+	e.g. DevFS, udev, devpts and LVM.
+
+2001-05-27  Gergely Nagy  <algernon at debian.org>
+
+	* Rules.mk: extracted from debian/policy
+
+	* debian/rules: updated to new Debian Perl policy; move shared
+	library from /lib to /usr/lib; properly strip binaries; include
+	Section and Priority in the deb package
+
+	* debian/policy: bumped standards-version, added min_perl_policy
+
+	* debian/control: added build-depends, bumped standards-version,
+	and a few cosmetic fixes
+
+	* Makefile (perl-lib): Updated to new Debian Perl policy
+	(tarball): do not include debian/
+
 lockdev (1.0.0) unstable; urgency=low
 
   * added management of pseudo device /dev/tty , thanx to Alan Cox.
   * added unconditional malloc of supplied device argoment.
   * changed name of the shared lib to end in .so
   * changed Makefile.PL because the perl manpage disappeared.
-  * Changed symbols in the API as suggested by Daniel Quinlan and 
+  * Changed symbols in the API as suggested by Daniel Quinlan and
     Erik Troan. Changed soname accordingly.
   * Corrected manpages and added LSB proposal (draft 2).
   * corrected cua device management: use linux/major.h to determine the
-- 
1.7.0




More information about the lockdev-devel mailing list