• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Simple disk space checker


Commit MetaInfo

Révision6fca8da79673f7822cd741421397c23c687b60f1 (tree)
l'heure2014-10-08 17:52:23
AuteurTatsuki Sugiura <sugi@nemu...>
CommiterTatsuki Sugiura

Message de Log

Fix debian build files.

Change Summary

Modification

--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.3
77
88 Package: dsck
99 Architecture: all
10-Depends: ${misc:Depends}, postfix | sendmail | qmail | exim | mail-transport-agent, ruby | ruby-interpreter, ruby-filesystem
10+Depends: ${misc:Depends}, postfix | sendmail | qmail | exim | mail-transport-agent, ruby | ruby-interpreter
1111 Description: simple disk space checker
1212 disck space chcker with ruby.
1313 checks filesystem disk space usage by cron.
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,12 @@
66 override_dh_install:
77 mkdir -p $(CURDIR)/debian/dsck/etc/dsck \
88 $(CURDIR)/debian/dsck/usr/share/man/man8
9- install -m 755 bin/* $(CURDIR)/debian/dsck/sbin
9+ install -m 755 bin/* $(CURDIR)/debian/dsck/usr/sbin
1010 install -m 644 debian/dsck.conf $(CURDIR)/debian/dsck/etc/dsck
1111 cd bin && \
1212 rd2 -r rd/rd2man-lib.rb dsck \
13- | sed -e 's/^\.TH - 1/.TH - 8/' \
13+ | sed -e 's/^\.TH DSCK 1/.TH DSCK 8/' \
1414 > $(CURDIR)/debian/dsck/usr/share/man/man8/dsck.8
1515 cd debian; rd2 -r rd/rd2man-lib.rb dsck2mail \
16- | sed -e 's/^\.TH - 1/.TH - 8/' \
16+ | sed -e 's/^\.TH DSCK2MAIL 1/.TH DSCK2MAIL 8/' \
1717 > $(CURDIR)/debian/dsck/usr/share/man/man8/dsck2mail.8