From c6c9281b939ca20b351a9c178254f05e69ced28b Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Wed, 28 Apr 2010 22:14:31 +0200 Subject: git-buildpackage-converted debian packaging --- debian/control | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..14ffd66 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: etherpad +Section: unknown +Priority: extra +Maintainer: Egil Möller +Build-Depends: debhelper (>= 7), dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7) +Build-Conflicts: libgcj-common, java-gcj-compat-headless, java-gcj-compat, gcj-4.3-base +Standards-Version: 3.8.0 +Homepage: + +Package: etherpad +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7) +Description: Etherpad multiuser web-based word processor + EtherPad is the only web-based word processor that allows people to work + together in really real-time. + . + When multiple people edit the same document simultaneously, any changes are + instantly reflected on everyone's screen. The result is a new and productive + way to collaborate on text documents, useful for meeting notes, drafting + sessions, education, team programming, and more. -- cgit v1.2.3 From a2bc8a493519bc022d7436c6d11cb5bdb62bd381 Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Wed, 28 Apr 2010 22:45:39 +0200 Subject: Oupsi, dbconfig-common is a pre-depends --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 14ffd66..55aebd1 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Homepage: Package: etherpad Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7) +Pre-Depends: dbconfig-common Description: Etherpad multiuser web-based word processor EtherPad is the only web-based word processor that allows people to work together in really real-time. -- cgit v1.2.3 From c2691887b0fc00e03ae56a320ca3269e7f4fd0fd Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Mon, 3 May 2010 23:39:30 +0200 Subject: Updated dependencies --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 55aebd1..4a54b64 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: Package: etherpad Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7) +Depends: ${shlibs:Depends}, ${misc:Depends}, dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), mysql-server, m4 Pre-Depends: dbconfig-common Description: Etherpad multiuser web-based word processor EtherPad is the only web-based word processor that allows people to work -- cgit v1.2.3 From 7d7fb9f26aa59584b7916bd6ea383473bb7bdfb7 Mon Sep 17 00:00:00 2001 From: Mikko Rantalainen Date: Tue, 4 May 2010 16:23:27 +0300 Subject: Fixed debian installation scripts 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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4a54b64..c6ea8cd 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: etherpad Section: unknown Priority: extra Maintainer: Egil Möller -Build-Depends: debhelper (>= 7), dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7) +Build-Depends: debhelper (>= 7), dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), scala-library (>= 2.7) Build-Conflicts: libgcj-common, java-gcj-compat-headless, java-gcj-compat, gcj-4.3-base Standards-Version: 3.8.0 Homepage: -- cgit v1.2.3 From 26e426cd446067da7ba22eb3307abcf1b98401eb Mon Sep 17 00:00:00 2001 From: Mikko Rantalainen Date: Thu, 6 May 2010 11:21:58 +0300 Subject: Improved packaging building 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)". --- debian/control | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c6ea8cd..6c99c6f 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,19 @@ Source: etherpad -Section: unknown +Section: contrib/httpd Priority: extra Maintainer: Egil Möller -Build-Depends: debhelper (>= 7), dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), scala-library (>= 2.7) +Build-Depends: po-debconf, debhelper (>= 7) +Build-Depends-indep: dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), scala-library (>= 2.7) Build-Conflicts: libgcj-common, java-gcj-compat-headless, java-gcj-compat, gcj-4.3-base -Standards-Version: 3.8.0 -Homepage: +Standards-Version: 3.8.4 +Homepage: http://github.com/mikkorantalainen/pad Package: etherpad -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), mysql-server, m4 -Pre-Depends: dbconfig-common -Description: Etherpad multiuser web-based word processor - EtherPad is the only web-based word processor that allows people to work - together in really real-time. +Architecture: all +Depends: ${misc:Depends}, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), mysql-server, m4 +Pre-Depends: dbconfig-common, debconf, adduser +Description: A web-based word processor that allows people to work + together in real-time. . When multiple people edit the same document simultaneously, any changes are instantly reflected on everyone's screen. The result is a new and productive -- cgit v1.2.3 From ad459d28430d59aff1fef00c777fa7f462a872b6 Mon Sep 17 00:00:00 2001 From: Mikko Rantalainen Date: Fri, 7 May 2010 15:52:18 +0300 Subject: Updated Maintainer in debian/control --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 6c99c6f..7544199 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: etherpad Section: contrib/httpd Priority: extra -Maintainer: Egil Möller +Maintainer: Etherpad Foundation Build-Depends: po-debconf, debhelper (>= 7) Build-Depends-indep: dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), scala-library (>= 2.7) Build-Conflicts: libgcj-common, java-gcj-compat-headless, java-gcj-compat, gcj-4.3-base -- cgit v1.2.3 From 964580a0f3ca14479ab5c3f7e12f5716e69465a4 Mon Sep 17 00:00:00 2001 From: Mikko Rantalainen Date: Fri, 7 May 2010 15:52:54 +0300 Subject: Refer to http://github.com/ether/pad as source in control and copyright --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7544199..1689ea7 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: po-debconf, debhelper (>= 7) Build-Depends-indep: dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), scala-library (>= 2.7) Build-Conflicts: libgcj-common, java-gcj-compat-headless, java-gcj-compat, gcj-4.3-base Standards-Version: 3.8.4 -Homepage: http://github.com/mikkorantalainen/pad +Homepage: http://github.com/ether/pad Package: etherpad Architecture: all -- cgit v1.2.3 From 70d1f9d6fcaefe611e778b8dbf3bafea8934aa08 Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Mon, 10 May 2010 20:02:12 +0200 Subject: Set Maintainer to the correct email --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 1689ea7..feb76f6 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: etherpad Section: contrib/httpd Priority: extra -Maintainer: Etherpad Foundation +Maintainer: Etherpad Foundation (Packaging) Build-Depends: po-debconf, debhelper (>= 7) Build-Depends-indep: dbconfig-common, sun-java6-jdk, mysql-client, libmysql-java, scala (>= 2.7), scala-library (>= 2.7) Build-Conflicts: libgcj-common, java-gcj-compat-headless, java-gcj-compat, gcj-4.3-base -- cgit v1.2.3