[DRE-commits] [SCM] tdiary.git branch, master, updated. debian/3.0.1-1-14-g063e683
Taku YASUI
tach at debian.org
Fri May 4 11:33:45 UTC 2012
The following commit has been merged in the master branch:
commit 1e779430e71da7f257a0e7ced96de33813520a35
Author: Taku YASUI <tach at debian.org>
Date: Fri May 4 19:40:52 2012 +0900
Fix to prevent some lintian warnings
diff --git a/debian/changelog b/debian/changelog
index 69dea74..ae471a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,11 @@ tdiary (3.0.1-2) unstable; urgency=low
* Add Taku YASUI <tach at debian.org> to the uploaders.
* Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
* Add debian/copyright file
+ * Update to Standards-Version to 3.9.3 and debhelper to 8.
+ * Fix no-debian-copyright (Lintian).
+ * Fix extra-license-file license.txt (Lintian).
- -- Taku YASUI <tach at debian.org> Fri, 04 May 2012 19:18:55 +0900
+ -- Taku YASUI <tach at debian.org> Fri, 04 May 2012 19:39:15 +0900
tdiary (3.0.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 3ffcdb7..f7e5c16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ clean1:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/tdiary.
@@ -97,6 +97,8 @@ install: build
find $(CURDIR)/debian/$$d -type d -name ".svn" | xargs rm -rf ; \
done
+ find debian -name license.txt | xargs -r rm -f
+
# Build architecture-independent files here.
binary-indep: build install
dh_testdir -i
--
tdiary.git
More information about the Pkg-ruby-extras-commits
mailing list