aboutsummaryrefslogtreecommitdiffstats
path: root/debian (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set Maintainer to the correct emailEgil Moeller2010-05-102-1/+7
|
* Bugfix for git-buildpackage and the translation systemEgil Moeller2010-05-081-2/+2
|
* Refer to http://github.com/ether/pad as source in control and copyrightMikko Rantalainen2010-05-072-2/+2
|
* Updated Maintainer in debian/controlMikko Rantalainen2010-05-071-1/+1
|
* Added lintian overrides to silent an invalid error and an invalid warningMikko Rantalainen2010-05-061-0/+8
| | | | | | | | | | | | | 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.
* Improved packaging buildingMikko Rantalainen2010-05-063-89/+61
| | | | | | | | 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)".
* Allow localization of packagingMikko Rantalainen2010-05-064-6/+150
| | | | | The debian/templates should always allow localization. A nice software for creating a new localization is "virtaal".
* Added #DEBHELPER# marker to scriptsMikko Rantalainen2010-05-064-0/+11
| | | | This marker is required by dh_* scripts used in debian/rules.
* Added debian/etherpad.initMikko Rantalainen2010-05-061-0/+186
| | | | | As far as I know, this is the correct way to do init.d scripts in a debian package.
* Fixed debian/copyrightMikko Rantalainen2010-05-061-22/+32
| | | | | | 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.
* Removed dummy README.DebianMikko Rantalainen2010-05-061-6/+0
|
* Fixed debian installation scriptsMikko Rantalainen2010-05-063-1/+9
| | | | | | | | | | | | | | | | | | 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.
* Updated dependenciesEgil Moeller2010-05-031-1/+1
|
* Oupsi, dbconfig-common is a pre-dependsEgil Moeller2010-04-281-0/+1
|
* git-buildpackage-converted debian packagingEgil Moeller2010-04-2813-0/+475