| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The lintian does not correctly detect the magic shell script that is a
scala program in the same time. As a result, lintian will mark this
script as invalid because sh -n reports a parse error. However, this is
not a real parse error, because the script contains unconditional "exit"
before the "error".
The template contains default field for default password which should be
translated. The field contains notes to translators as a comment but
lintian would want to have an extra comment inside the string to translate.
The note as a comment should be enough, make lintian silent about this.
|
|
|
|
|
|
|
|
| |
Fixed debian/control and debian/rules to generate architecture
independent binary packages as Etherpad does not include machine code
(as opposed to virtual machine byte code).
Changed the debian source format to "3.0 (native)".
|
|
|
|
|
| |
The debian/templates should always allow localization. A nice software for
creating a new localization is "virtaal".
|
|
|
|
| |
This marker is required by dh_* scripts used in debian/rules.
|
|
|
|
|
| |
As far as I know, this is the correct way to do init.d scripts in
a debian package.
|
|
|
|
|
|
| |
The copyright file contained placeholders that I filled in. In addition,
the copyright file contained wrong license (BSD) instead of the Apache
License 2.0 claimed in the source files.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Directory /usr/share/etherpad/etherpad/data was not created which caused
install process to stop with error message:
Adding system-user for etherpad
chown: cannot access `/usr/share/etherpad/etherpad/data': No such file or directory
dpkg: error processing etherpad (--install):
subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead ...
Errors were encountered while processing:
etherpad
Fixed location of scala-library.jar in Ubuntu. This may need changes in the
future to help building the JAR on both Debian based systems and other systems.
Added scala-library to Build-Depends in addition to scala dependency.
|
| |
|
| |
|
|
|