Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Modification pour permettre la construction du paquet debian
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo4992 committed Mar 24, 2016
1 parent c7ed4a7 commit a6458a6
Show file tree
Hide file tree
Showing 26 changed files with 35 additions and 1 deletion.
27 changes: 27 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/bin/sh

arg1="$1"

script_dir=$(cd $(dirname "$0"); pwd)
pkg_name="se3-clamav"

cd "$script_dir" || {
echo "Error, impossible to change directory to $script_dir."
echo "End of the script."
exit 1
}

# Remove old *.deb files.
rm -rf "$script_dir/"*.deb

cp -ra "$script_dir/../sources" "$script_dir/$pkg_name"

cd "$script_dir/$pkg_name"
find ./ \( -name *.sh -o -name *.pl -o -name *.py \) -exec chmod +x {} \;

dh_clean
debuild -uc -us -b
# Cleaning.
rm -r "$script_dir/$pkg_name"


1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions debian/changelog → sources/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
se3-clamav (2.0.2) unstable; urgency=low

* Correctif pour ne plus avoir de deconnexion de la base sql.
* Correctif pour l affichage des logs dans l interface web SE3.

-- Laurent JOLY <[email protected]> Thu, 24 Mar 2016 22:42:19 +0100

se3-clamav (2.0.1) unstable; urgency=low

* Modified daily localisation file for newest clamav version (again).
Expand Down
1 change: 1 addition & 0 deletions sources/debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a6458a6

Please sign in to comment.