Overview
Comment:Update debian dependency
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 57c407e2a1a3056e4dc515ac9468eda0e1e94a275c6dfe47c9e884b4d277bf51
User & Date: bohwaz on 2021-04-08 18:21:43
Other Links: manifest | tags
Context
2021-04-08
19:00
Use case comparison in login check-in: 6fe90ff265 user: bohwaz tags: trunk, stable
18:21
Update debian dependency check-in: 57c407e2a1 user: bohwaz tags: trunk
18:19
Move old schema to archives check-in: 9ec7cf4da3 user: bohwaz tags: trunk, stable, 1.1.0
Changes

Modified debian/makedeb.sh from [e75e803576] to [d81d35ac7e].

123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
    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.2), php-sqlite3
Version: ${PACKAGE_DEB_VERSION}
Suggests: www-browser, php-gd
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







|

|







123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
    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