diff options
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/dh-runit.install | 4 | ||||
-rw-r--r-- | debian/dh-runit.manpages | 2 |
4 files changed, 9 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 7095b8f..97a7a9b 100644 --- a/debian/control +++ b/debian/control | |||
@@ -9,13 +9,15 @@ Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/cligh.git | |||
9 | 9 | ||
10 | Package: dh-runit | 10 | Package: dh-runit |
11 | Architecture: any | 11 | Architecture: any |
12 | Depends: debhelper (>= 9), ${shlibs:Depends}, ${misc:Depends}, | 12 | Depends: debhelper (>= 9), |
13 | libpath-tiny-perl, | ||
13 | perl-modules, | 14 | perl-modules, |
14 | libpath-tiny-perl | 15 | ${misc:Depends}, |
16 | ${shlibs:Depends} | ||
15 | Description: debhelper add-on to handle runit runscripts | 17 | Description: debhelper add-on to handle runit runscripts |
16 | dh-runit provides a debhelper sequence addon named 'runit' and the | 18 | dh-runit provides a debhelper sequence addon named 'runit' and the |
17 | dh_runit command. | 19 | dh_runit command. |
18 | . | 20 | . |
19 | The dh_runit command installs runscripts and adds the appropriate code to | 21 | The dh_runit command installs runscripts and adds the appropriate code to |
20 | the postinst, prerm and postrm maint scripts to properly enable/disable | 22 | the postinst, prerm and postrm maint scripts to properly enable/disable |
21 | runscripts. \ No newline at end of file | 23 | runscripts. |
diff --git a/debian/copyright b/debian/copyright index 76c07b8..0b66141 100644 --- a/debian/copyright +++ b/debian/copyright | |||
@@ -21,4 +21,4 @@ License: GPL-3+ | |||
21 | along with this program. If not, see <https://www.gnu.org/licenses/> | 21 | along with this program. If not, see <https://www.gnu.org/licenses/> |
22 | . | 22 | . |
23 | On Debian systems, the complete text of the GNU General | 23 | On Debian systems, the complete text of the GNU General |
24 | Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". \ No newline at end of file | 24 | Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". |
diff --git a/debian/dh-runit.install b/debian/dh-runit.install index fd634ac..faa7e8b 100644 --- a/debian/dh-runit.install +++ b/debian/dh-runit.install | |||
@@ -1,4 +1,4 @@ | |||
1 | dh_runit /usr/bin | 1 | dh_runit /usr/bin |
2 | runit.pm /usr/share/perl5/Debian/Debhelper/Sequence | ||
3 | postinst-runit /usr/share/debhelper/autoscripts | 2 | postinst-runit /usr/share/debhelper/autoscripts |
4 | prerm-runit /usr/share/debhelper/autoscripts \ No newline at end of file | 3 | prerm-runit /usr/share/debhelper/autoscripts |
4 | runit.pm /usr/share/perl5/Debian/Debhelper/Sequence | ||
diff --git a/debian/dh-runit.manpages b/debian/dh-runit.manpages index 0bbfb79..4854caf 100644 --- a/debian/dh-runit.manpages +++ b/debian/dh-runit.manpages | |||
@@ -1 +1 @@ | |||
dh_runit.1 \ No newline at end of file | dh_runit.1 | ||