Skip to content

Commit

Permalink
[fix] debian,package: mail of maintainer is now package.maintainer@op…
Browse files Browse the repository at this point in the history
…alang.org
  • Loading branch information
OpaOnWindowsNow committed Feb 13, 2012
1 parent 279c599 commit 432467c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_package.sh
Expand Up @@ -278,7 +278,7 @@ fi
#############################

if [ "$DEB" = "true" ]; then
MAINTAINER="Louis Gesbert <louis.gesbert@mlstate.com>"
MAINTAINER="package.maintainer@opalang.org"
PREFIX=/usr
WORKDIR=$(mktemp -d /tmp/mkdeb.XXXXX)
cd $WORKDIR
Expand Down Expand Up @@ -311,7 +311,7 @@ EOF

mkdir -p $DEBROOT$PREFIX/share/lintian/overrides
cat > $DEBROOT$PREFIX/share/lintian/overrides/opa <<EOF
# The package itself is in AGPL, but includes other software and lists their licenses
# The package itself is in AGPL & APACHE, but includes other software and lists their licenses
# in the copyright file
opa binary: copyright-should-refer-to-common-license-file-for-lgpl
EOF
Expand Down

0 comments on commit 432467c

Please sign in to comment.