[DRE-commits] [SCM] tdiary.git branch, master, updated. debian/3.0.1-3-42-g5c33597

Taku YASUI tach at debian.org
Sun May 6 10:50:31 UTC 2012


The following commit has been merged in the master branch:
commit 663baafd3357f3d98fa537c9866afe37375154b0
Author: Taku YASUI <tach at debian.org>
Date:   Sun May 6 17:55:40 2012 +0900

    Fix to run dh_installdirs

diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 221f396..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/tdiary
diff --git a/debian/rules b/debian/rules
index 5cce21b..0f149a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
+DEB_INSTALL_DIRS = usr/share/tdiary
+
 BUILDROOT=`pwd`/debian/tdiary
 TDIARY_ROOT=$(DEB_DESTDIR)/usr/share/tdiary
 

-- 
tdiary.git



More information about the Pkg-ruby-extras-commits mailing list