This commit is contained in:
1
debian/README.Debian
vendored
Normal file
1
debian/README.Debian
vendored
Normal file
@@ -0,0 +1 @@
|
||||
some for Debian
|
||||
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
maacom (0.01-1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Oleg Borodin <borodin@unix7.org> Sun, 29 Oct 2017 18:57:56 +0200
|
||||
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
||||
9
|
||||
15
debian/control
vendored
Normal file
15
debian/control
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
Source: maacom
|
||||
Section: utils
|
||||
Priority: extra
|
||||
Maintainer: borodin@unix7.org
|
||||
Build-Depends: debhelper (>=9), dh-autoreconf, libdbd-pg-perl, libdbi-perl,
|
||||
libapache-htpasswd-perl, libfilesys-df-perl, libmojolicious-perl
|
||||
Standards-Version: 3.9.8
|
||||
Homepage: http://wiki.unix7.org/perl/maacom
|
||||
|
||||
Package: maacom
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends: libdbd-pg-perl, libdbi-perl, libapache-htpasswd-perl,
|
||||
libfilesys-df-perl, libmojolicious-perl, libio-socket-ip-perl
|
||||
Description:
|
||||
1
debian/files
vendored
Normal file
1
debian/files
vendored
Normal file
@@ -0,0 +1 @@
|
||||
maacom_0.01-1_all.deb utils extra
|
||||
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# You must remove unused comment lines for the released package.
|
||||
20
debian/postinst
vendored
Normal file
20
debian/postinst
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "postinst called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
17
debian/postrm
vendored
Normal file
17
debian/postrm
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "postrm called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
20
debian/preinst
vendored
Normal file
20
debian/preinst
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
install|upgrade)
|
||||
;;
|
||||
|
||||
abort-upgrade)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "preinst called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
20
debian/prerm
vendored
Normal file
20
debian/prerm
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
remove|upgrade|deconfigure)
|
||||
;;
|
||||
|
||||
failed-upgrade)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "prerm called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
14
debian/rules
vendored
Executable file
14
debian/rules
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
# dh $@ --with autoreconf
|
||||
dh $@
|
||||
# ./configure --prefix=/usr --with-confdir=/etc/recvi
|
||||
# dh_build
|
||||
# dh_install
|
||||
# dh_auto_clean
|
||||
|
||||
override_dh_auto_configure:
|
||||
./configure --prefix=/usr
|
||||
|
||||
#EOF
|
||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
||||
20
debian/source/include-binaries
vendored
Normal file
20
debian/source/include-binaries
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
debian/maacom/usr/share/maacom/public/favicon.ico
|
||||
debian/maacom/usr/share/maacom/public/favicon.png
|
||||
debian/maacom/usr/share/maacom/public/icons/foundation-icons.eot
|
||||
debian/maacom/usr/share/maacom/public/icons/foundation-icons.ttf
|
||||
debian/maacom/usr/share/maacom/public/icons/foundation-icons.woff
|
||||
debian/maacom/usr/share/maacom/public/images/sort_asc.png
|
||||
debian/maacom/usr/share/maacom/public/images/sort_asc_disabled.png
|
||||
debian/maacom/usr/share/maacom/public/images/sort_both.png
|
||||
debian/maacom/usr/share/maacom/public/images/sort_desc.png
|
||||
debian/maacom/usr/share/maacom/public/images/sort_desc_disabled.png
|
||||
debian/maacom/usr/share/maacom/favicon.ico
|
||||
debian/maacom/usr/share/maacom/favicon.png
|
||||
debian/maacom/usr/share/maacom/foundation-icons.eot
|
||||
debian/maacom/usr/share/maacom/foundation-icons.ttf
|
||||
debian/maacom/usr/share/maacom/foundation-icons.woff
|
||||
debian/maacom/usr/share/maacom/sort_asc.png
|
||||
debian/maacom/usr/share/maacom/sort_asc_disabled.png
|
||||
debian/maacom/usr/share/maacom/sort_both.png
|
||||
debian/maacom/usr/share/maacom/sort_desc.png
|
||||
debian/maacom/usr/share/maacom/sort_desc_disabled.png
|
||||
1
debian/watch
vendored
Normal file
1
debian/watch
vendored
Normal file
@@ -0,0 +1 @@
|
||||
version=3
|
||||
Reference in New Issue
Block a user