aboutsummaryrefslogtreecommitdiffstats
path: root/debian (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-10Set Maintainer to the correct emailEgil Moeller2-1/+7
2010-05-08Bugfix for git-buildpackage and the translation systemEgil Moeller1-2/+2
2010-05-07Refer to http://github.com/ether/pad as source in control and copyrightMikko Rantalainen2-2/+2
2010-05-07Updated Maintainer in debian/controlMikko Rantalainen1-1/+1
2010-05-06Added lintian overrides to silent an invalid error and an invalid warningMikko Rantalainen1-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.
2010-05-06Improved packaging buildingMikko Rantalainen3-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)".
2010-05-06Allow localization of packagingMikko Rantalainen4-6/+150
The debian/templates should always allow localization. A nice software for creating a new localization is "virtaal".
2010-05-06Added #DEBHELPER# marker to scriptsMikko Rantalainen4-0/+11
This marker is required by dh_* scripts used in debian/rules.
2010-05-06Added debian/etherpad.initMikko Rantalainen1-0/+186
As far as I know, this is the correct way to do init.d scripts in a debian package.
2010-05-06Fixed debian/copyrightMikko Rantalainen1-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.
2010-05-06Removed dummy README.DebianMikko Rantalainen1-6/+0
2010-05-06Fixed debian installation scriptsMikko Rantalainen3-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.
2010-05-03Updated dependenciesEgil Moeller1-1/+1
2010-04-28Oupsi, dbconfig-common is a pre-dependsEgil Moeller1-0/+1
2010-04-28git-buildpackage-converted debian packagingEgil Moeller13-0/+475