initial commit
这个提交包含在:
@ -0,0 +1 @@
|
||||
adhocify /usr/bin/
|
@ -0,0 +1,5 @@
|
||||
adhocify (1.0) unstable; urgency=medium
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- quitesimple.org repo management department ;-) <repo@quitesimple.org> Tue, 18 Aug 2020 18:17:03 +0200
|
16
build/adhocify/debian/control
普通文件
16
build/adhocify/debian/control
普通文件
@ -0,0 +1,16 @@
|
||||
Source: adhocify
|
||||
Section: unknown
|
||||
Priority: optional
|
||||
Maintainer: quitesimple.org repo management department ;-) <repo@quitesimple.org>
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
Standards-Version: 4.4.1
|
||||
Homepage: <https://gitea.quitesimple.org/crtxcr/adhocify>
|
||||
|
||||
Package: adhocify
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Executes commands upon file system events
|
||||
This tool allows watching filesystem paths for certain events,
|
||||
such as writes, deletions etc. The user specifies commands which
|
||||
should be executed when those events occur. It utilizes the
|
||||
inotify API to do so.
|
8
build/adhocify/debian/rules
可执行文件
8
build/adhocify/debian/rules
可执行文件
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_build:
|
||||
make release
|
||||
|
||||
override_dh_auto_install:
|
@ -0,0 +1 @@
|
||||
3.0 (native)
|
在新工单中引用
屏蔽一个用户