[chronojump] autogen.sh generates deb-pkg.sh with executable permissions.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] autogen.sh generates deb-pkg.sh with executable permissions.
- Date: Mon, 17 Oct 2016 11:15:29 +0000 (UTC)
commit 5362d607c0e49979f54bf5b9dcf487babcd58fee
Author: Carles Pina i Estany <carles pina cat>
Date: Mon Oct 17 13:14:30 2016 +0200
autogen.sh generates deb-pkg.sh with executable permissions.
Fixes the documentation because we don't need the chmod u+x deb-dpkg.sh
anymore.
configure.ac | 3 ++-
howto_new_version.txt | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3d64aa2..f11e19a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,8 @@ CesarPlayer/AssemblyInfo.cs
CesarPlayer/CesarPlayer.dll.config
win32/chronojump_innosetup.iss
win32/Makefile
-deb-pkg.sh
])
+AC_CONFIG_FILES([deb-pkg.sh], [chmod +x deb-pkg.sh])
+
AC_OUTPUT
diff --git a/howto_new_version.txt b/howto_new_version.txt
index eff4482..24ad48b 100644
--- a/howto_new_version.txt
+++ b/howto_new_version.txt
@@ -75,7 +75,6 @@ sudo dpkg-divert --rename --remove /etc/xdg/autostart/gnome-keyring-gpg.desktop
export DEBFULLNAME="Xavier de Blas"
export DEBEMAIL="info chronojump org"
-chmod +x deb-pkg.sh
./deb-pkg.sh 1
read carefully screen messages. Once says: successfully uploaded, need to wait 1h 30' aprox, then an email
will be sent from launchpad telling if ok or not.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]