]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Do not include the top-level ChangeLog file in /usr/share/doc/e2fsprogs
authorTheodore Ts'o <tytso@mit.edu>
Wed, 23 Jul 2003 13:55:39 +0000 (09:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 23 Jul 2003 13:55:39 +0000 (09:55 -0400)
for debian packages.  The RELEASE-NOTES file is what people should be
reading instead.

debian/rules

index 08b4c390bd1e7c20a263770530dc232487efaac6..97f7744da170794f6562355422687fd884a313c0 100644 (file)
@@ -325,7 +325,7 @@ binary-arch: install install-udeb
        dh_installinfo -pcomerr-dev ${stdbuilddir}/lib/et/com_err.info
        dh_installinfo -pe2fslibs-dev ${stdbuilddir}/doc/libext2fs.info
 
-       DH_OPTIONS= dh_installchangelogs -pe2fsprogs -plibblkid${BLKID_SOVERSION} ChangeLog
+       DH_OPTIONS= dh_installchangelogs -pe2fsprogs -plibblkid${BLKID_SOVERSION}
 
        for i in libcomerr${COMERR_SOVERSION} libss${SS_SOVERSION} ; do \
          mkdir -p ${maindir}/usr/share/doc/$$i ; \