[DRE-commits] [tdiary] 07/08: Cleanup old stuff
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Thu Nov 19 11:58:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository tdiary.
commit 35f9819d40c46c71a761ad3caca97bd510a69361
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Thu Nov 19 20:53:25 2015 +0900
Cleanup old stuff
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/rules | 55 -------------------------------------------------------
1 file changed, 55 deletions(-)
diff --git a/debian/rules b/debian/rules
index 41e8ac0..cfed899 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,58 +18,3 @@ $(manpages): %.1: debian/%.sgml
override_dh_auto_clean:
dh_auto_clean
rm -f $(manpages)
-
-# include /usr/share/cdbs/1/rules/debhelper.mk
-# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-# DEB_INSTALL_DIRS_ALL = usr/share/tdiary
-# TDIARY_ROOT = $(DEB_DESTDIR)/usr/share/tdiary
-# manpages = tdiary-setup.1 tdiary-convert2.1
-
-# $(manpages): %.1: debian/%.sgml
-# docbook-to-man $< > $@
-
-# clean::
-# rm -f $(manpages)
-
-# common-build-indep:: $(manpages)
-
-# common-install-indep::
-# mkdir -p $(TDIARY_ROOT)
-# install -m 755 index.rb index.fcgi update.rb update.fcgi $(TDIARY_ROOT)/
-# install -m 644 tdiary.rb dot.htaccess tdiary.conf.* config.ru $(TDIARY_ROOT)/
-# install -D -m 755 misc/convert2.rb $(DEB_DESTDIR)/usr/bin/tdiary-convert2
-# rsync -rlpqHSC js misc skel spec plugin tdiary $(TDIARY_ROOT)/
-
-# # Install default theme
-# mkdir -p $(TDIARY_ROOT)/theme
-# rsync -rlpqHSC theme/*.css theme/*.png theme/*.gif theme/default $(TDIARY_ROOT)/theme/
-
-# # Install Debian original scripts
-# rsync -rlpqHSC debian/debian-tools $(TDIARY_ROOT)/
-# install -m 755 debian/TC_tdiary-setup.rb $(TDIARY_ROOT)/
-# install -m 644 debian/20change_url.rb $(TDIARY_ROOT)/plugin/
-# install -D -m 755 debian/tdiary-setup.rb $(DEB_DESTDIR)/usr/bin/tdiary-setup
-
-# # Fix permissions
-# find $(TDIARY_ROOT)/misc/plugin -type f -exec chmod 644 {} +
-# chmod 755 $(TDIARY_ROOT)/misc/plugin/squeeze.rb
-# chmod 755 $(TDIARY_ROOT)/misc/plugin/xmlrpc/xmlrpc.rb
-# chmod 755 $(TDIARY_ROOT)/misc/plugin/amazon/amazonimg.rb
-# chmod 755 $(TDIARY_ROOT)/debian-tools/*.rb
-
-# # Cleanup
-# find $(cdbs_curdestdir) -name license.txt -exec rm -f {} +
-
-# install/tdiary-theme::
-# # Install themes except default
-# rsync -rlpqHSC \
-# --exclude=/theme/default/ \
-# --exclude='/theme/*.css' \
-# --exclude='/theme/*.png' \
-# --exclude='/theme/*.gif' \
-# --exclude='/theme/README' \
-# theme $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/tdiary/
-
-# # Fix permissions
-# find $(CURDIR)/debian/$(cdbs_curpkg) -type f -exec chmod 644 {} +
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/tdiary.git
More information about the Pkg-ruby-extras-commits
mailing list