This repository has been archived by the owner on Oct 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modification pour permettre la construction du paquet debian
- Loading branch information
Showing
26 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
0
debian/rules → sources/debian/rules
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
tools/svnrmadm → sources/tools/svnrmadm
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.