Overview
Comment:Use sensible-browser instead of x-www-browser in debian package
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 25dbcba35332e09e96796940df61b6d6c7ae82a606188b6790bd42a24747b49b
User & Date: bohwaz on 2022-09-26 18:05:34
Other Links: manifest | tags
Context
2022-09-27
02:41
Allow debt/credit transactions to set a linked transaction check-in: 5ad5a6d887 user: bohwaz tags: trunk, stable
2022-09-26
18:05
Use sensible-browser instead of x-www-browser in debian package check-in: 25dbcba353 user: bohwaz tags: trunk
2022-09-25
13:40
See services subscribed after a specified date check-in: f8eab54a72 user: bohwaz tags: trunk, stable
Changes

Modified debian/garradin from [aadb37a9bb] to [d64fff336d].

108
109
110
111
112
113
114
115
116
117
118
119
120
121
echo $php_pid > $PID_FILE

sleep .5

[ "$CMD" = "ui" ] && {
    URL="http://${ADDRESS}:${PORT}/admin/"
    [ "$DISPLAY" != "" ] && {
        x-www-browser ${URL} &
    } || {
        www-browser ${URL} &
    }
} || {
    wait $php_pid
}







|






108
109
110
111
112
113
114
115
116
117
118
119
120
121
echo $php_pid > $PID_FILE

sleep .5

[ "$CMD" = "ui" ] && {
    URL="http://${ADDRESS}:${PORT}/admin/"
    [ "$DISPLAY" != "" ] && {
        sensible-browser ${URL} &
    } || {
        www-browser ${URL} &
    }
} || {
    wait $php_pid
}

Modified debian/makedeb.sh from [6db608ced8] to [63483b0556].

121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
true && {
    CONTROL=DEBIAN/control
    echo "Generating ${CONTROL}..."
    cat <<EOF > ${CONTROL}
Package: ${PACKAGE_DEBNAME}
Section: web
Priority: optional
Maintainer: Garradin <garradin@kd2.org>
Architecture: ${DEB_ARCH_NAME}
Depends: dash | bash, php-cli (>=7.4), php-sqlite3
Version: ${PACKAGE_DEB_VERSION}
Suggests: www-browser, php-gd, php-imagick, php-intl
Homepage: http://dev.kd2.org/garradin/
Description: Garradin is a tool to manage non-profit organizations.
 It's only available in french.
Description-fr: Gestionnaire d'association en interface web ou CLI.
 Garradin est un gestionnaire d'association à but non lucratif.
 Il permet de gérer les membres, leur adhésion et leurs contributions financières.
 Les membres peuvent se connecter eux-même et modifier leurs informations
 ou communiquer entre eux par e-mail. Une gestion précise des droits et







|

|

|
|







121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
true && {
    CONTROL=DEBIAN/control
    echo "Generating ${CONTROL}..."
    cat <<EOF > ${CONTROL}
Package: ${PACKAGE_DEBNAME}
Section: web
Priority: optional
Maintainer: Garradin <garradin@garradin.eu>
Architecture: ${DEB_ARCH_NAME}
Depends: dash | bash, php-cli (>=7.4), php-sqlite3, php-intl, sensible-utils
Version: ${PACKAGE_DEB_VERSION}
Suggests: php-gd, php-imagick
Homepage: https://fossil.kd2.org/garradin/
Description: Garradin is a tool to manage non-profit organizations.
 It's only available in french.
Description-fr: Gestionnaire d'association en interface web ou CLI.
 Garradin est un gestionnaire d'association à but non lucratif.
 Il permet de gérer les membres, leur adhésion et leurs contributions financières.
 Les membres peuvent se connecter eux-même et modifier leurs informations
 ou communiquer entre eux par e-mail. Une gestion précise des droits et