Differences between revisions 14 and 16 (spanning 2 versions)
Revision 14 as of 2014-02-17 18:36:47
Size: 3368
Comment: Update versions
Revision 16 as of 2015-08-13 22:15:22
Size: 3282
Comment: sogo-connector packaging is long done
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
|| [[http://packages.qa.debian.org/a/apache2.html|Apache2]] Webserver || >= 2.2 || (./) 2.22-13 || (./) 2.22-13 || || [[http://packages.qa.debian.org/a/apache2.html|Apache2]] Webserver || >= 2.2 || (./) 2.22-13 || (./) 2.4.7-1 ||
Line 25: Line 25:
|| [[http://packages.qa.debian.org/lighttpd|lighttpd]] Webserver || >= 1.4 || (./) 1.4.31-3 || (./) 1.4.31-3 || || [[http://packages.qa.debian.org/l/lighttpd.html|lighttpd]] Webserver || >= 1.4 || (./) 1.4.31-4 || (./) 1.4.33-1 ||
Line 29: Line 29:
|| [[http://packages.qa.debian.org/mysql-5.5|MySQL]] || >= 5.5 || (./) 5.5.28+dfsg-1 || (./) 5.5.29+dfsg-1 || || [[http://packages.qa.debian.org/m/mysql-5.5.html|MySQL]] || >= 5.5 || (./) 5.5.33+dfsg-1 || (./) 5.5.35+dfsg-1 ||
Line 31: Line 31:
|| [[http://packages.qa.debian.org/p/postgresql-9.1.html|Postgres]] || >= 9.0 || (./) 9.1.8-1 || (./) 9.1.8-1 || || [[http://packages.qa.debian.org/p/postgresql-9.1.html|Postgres]] || >= 9.0 || (./) 9.1.11-1 || (./) 9.1.11-1 ||
Line 41: Line 41:

= Sogo-Connector =

== ITP-Request ==

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692984

Patchwork

Source

git clone git://ozlabs.org/home/jk/git/patchwork

Mailinglist/Maintainer/URL

Dependencies

Software

Version

X-( Wheezy

(./) unstable/sid

Phyton2 Interpreter

>= 2.7

(./) 2.7.3-4

(./) 2.7.3-4

Phyton-Django

>= 1.5

X-( 1.4.5-1+deb7u4

(./) 1.6.1-2

phyton-psycopg2 Bindings

>= 2.0

(./) 2.4.5-1

(./) 2.4.5-1

Apache2 Webserver

>= 2.2

(./) 2.22-13

(./) 2.4.7-1

or

lighttpd Webserver

>= 1.4

(./) 1.4.31-4

(./) 1.4.33-1

mta-transport-agent

-

-

-

modpython libapache2-mod-python

>= 3.3

(./) 3.3.1-9

(./) 3.3.1-9

libjs-jquery

>= 1.3

(./) 1.7.2+dfsg-1

(./) 1.7.2+dfsg-1

MySQL

>= 5.5

(./) 5.5.33+dfsg-1

(./) 5.5.35+dfsg-1

or

Postgres

>= 9.0

(./) 9.1.11-1

(./) 9.1.11-1

Bash (some scripts)

>= 3.0

(./)

(./)

ITP Request

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703226

Staging Area

https://github.com/tijuca/patchwork

Helpers

Plattform Specific Defines

As I always search for that while debugging KFreeBSD or Hurd build issues ...

gcc -dM -E -x c++ /dev/null # for C++
gcc -dM -E -x c /dev/null   # for C

Setting up Hooks with git-buildpackage

Every time I new set up my PC I also can't remember that. :-)

Setting up some global Hooks.

sudo mkdir /etc/pbuilder/hooks
cd !$
sudo ln -s /usr/share/doc/pbuilder/examples/C11screen
sudo ln -s /usr/share/doc/pbuilder/examples/D80no-man-db-rebuild

And enable them in the pbuilderrc.

sudo echo "HOOKDIR=/etc/pbuilder/hooks" >> /etc/pbuilderrc


CategoryHomepage