From 95521b1e8da860ce4c25df27960e38b6473950d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yunusemre=20=C5=9Eent=C3=BCrk?= Date: Tue, 21 Nov 2017 11:35:26 +0300 Subject: [PATCH] Remove debian directory from master branch --- debian/ahenk.install | 4 ---- debian/changelog | 5 ----- debian/compat | 1 - debian/control | 12 ------------ debian/files | 1 - debian/postinst | 44 -------------------------------------------- debian/prerm | 5 ----- debian/rules | 28 ---------------------------- 8 files changed, 100 deletions(-) delete mode 100644 debian/ahenk.install delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/files delete mode 100644 debian/postinst delete mode 100644 debian/prerm delete mode 100755 debian/rules diff --git a/debian/ahenk.install b/debian/ahenk.install deleted file mode 100644 index 4e26f3e..0000000 --- a/debian/ahenk.install +++ /dev/null @@ -1,4 +0,0 @@ -opt/ / -etc/ / -lib/ / -usr/ / diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 6d37e7a..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -ahenk (1.0) unstable; urgency=low - - * Ahenk core app - - -- volkansahin Thu, 10 Dec 2015 22:21:04 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 48845c9..0000000 --- a/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: ahenk -Section: unknown -Priority: optional -Maintainer: TUBITAK ULAKBIM -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.5 -Homepage: http://www.liderahenk.org.tr - -Package: ahenk -Architecture: any -Depends: bash, python3 (>= 3), cython, libidn11, libidn11-dev, python3-dev, python3-pip, python3-watchdog, libffi-dev, libssl-dev, python3-paramiko, python3-cpuinfo, python3-psutil (>= 4), libpam-script, python3-sleekxmpp, dmidecode, python3-easygui, notify-osd, read-edid -Description: Lider Ahenk is an open source project which provides solutions to manage, monitor and audit unlimited number of different systems and users on a network. diff --git a/debian/files b/debian/files deleted file mode 100644 index 8bc2437..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -ahenk_1.0_amd64.deb unknown optional diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index f8d9145..0000000 --- a/debian/postinst +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash -# postinst script for ahenk -# -# see: dh_installdeb(1) - -set -e - - -case "$1" in - configure) - -while true; do - read -p "Eğer makinada var olan bir pam konfigurasyonu varsa geçersiz hale gelecektir.Devam etmek istiyor musunuz? [e/H]" eH - case $eH in - [e] ) - if [ -d /usr/share/pam-configs ] - then - echo -e "Name: Support for authentication by external scripts\nDefault: yes\nPriority: 257\nSession-Type: Additional\nSession:\n\toptional\tpam_script.so" > /usr/share/pam-configs/pam_script - DEBIAN_FRONTEND=noninteractive pam-auth-update - fi - break;; - [H] ) exit;; - * ) echo "Lütfen e ya da H karakterleri ile yanıtlayın!";; - esac -done - - systemctl --system daemon-reload - systemctl enable ahenk.service - - update-rc.d ahenk defaults - /etc/init.d/ahenk start - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -exit 0 diff --git a/debian/prerm b/debian/prerm deleted file mode 100644 index 297f69e..0000000 --- a/debian/prerm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# prerm script for ahenk -# -/usr/bin/python3 /opt/ahenk/ahenkd.py clean -find /opt/ahenk | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf diff --git a/debian/rules b/debian/rules deleted file mode 100755 index cfe67d3..0000000 --- a/debian/rules +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. -#DH_VERBOSE = 1 - -# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk - -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - - -# main packaging script based on dh7 syntax -%: - dh $@ - -# debmake generated override targets -# This is example for Cmake (See http://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- \ -# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)