aboutsummaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeLines
...
* Added ${misc:Depends} for bitlbee & bitlbee-libpurpleأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-4/+4
|
* * debian/control: Bumped Standards-Version to 3.9.1أحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-1/+11
| | | | | * Create changelog entry
* Replace 'type' with 'which' to avoid bashismأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-2/+2
|
* Corrected short description of bitlbee-plugin-otrأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-1/+1
|
* Adding bitlbee-common dependency since Lintian doesn't understand indirectWilmer van der Gaast2010-10-24-2/+2
| | | | | dependencies.
* Debian 3.0-1 packaging stuff.Wilmer van der Gaast2010-10-23-2/+41
|
* Added Debian packaging for OTR plugin. It's built by default but this canWilmer van der Gaast2010-10-09-11/+26
| | | | | be disabled by setting BITLBEE_OTR to 0 (or 1 to compile it into the binary).
* Pass the -Npackage flag the right way so bitlbee-libpurple doesn't appearWilmer van der Gaast2010-08-18-7/+7
| | | | | in debian/files. The previous hack broke genchanges/debsign.
* Alternative way for detecting upgrades: This should make sure that bitlbeeWilmer van der Gaast2010-08-18-4/+17
| | | | | | gets restarted, even when upgrading from versions that don't have a separate -common package.
* Move scripts, debconf and /etc stuff to bitlbee-common and really haveWilmer van der Gaast2010-08-18-37/+25
| | | | | | *just* the binary in bitlbee{,-libpurple}. This should fix issues with installing the package on a clean machine.
* Debian change: set BITLBEE_LIBPURPLE=0 to only build the native variant.Wilmer van der Gaast2010-08-17-5/+15
|
* Some fixes for compiler warnings that only show up when compiling with -O2,Wilmer van der Gaast2010-08-05-8/+8
| | | | | and some additions to the Debian package description.
* Make the "chop off +b stuff from version number" more specific to match justWilmer van der Gaast2010-07-30-1/+1
| | | | | binary NMUs.
* Merging mainline.Wilmer van der Gaast2010-07-17-0/+6
|\
| * Debian package 1.2.8-1.1.2.8-1Wilmer van der Gaast2010-07-15-0/+6
| |
* | Some more fixes to make this work with older distros (Hardy's stuck withWilmer van der Gaast2010-06-06-5/+7
| | | | | | | | | | | | debhelper 6) and on de code.b.o build bot (a substvars file I wasn't using anymore caused troubles).
* | Make this build work even from fresh bzr branches. Also stop using {x,y}Wilmer van der Gaast2010-06-06-1/+3
| | | | | | | | | | stuff which somehow magically doesn't work on my laptop.
* | Merging mainline.Wilmer van der Gaast2010-06-06-4/+15
|\|
| * Minor doc update.Wilmer van der Gaast2010-05-19-2/+4
| |
| * Debian update for 1.2.7.Wilmer van der Gaast2010-05-15-0/+11
| |
* | Updated short descriptions and fixed po-debconf files.Wilmer van der Gaast2010-06-05-5/+5
| |
* | Put in the necessary hacks to make version number spoofing work again.Wilmer van der Gaast2010-06-05-8/+9
| |
* | Remaining fixes: All looks good now, apt and dpkg seem to do the rightWilmer van der Gaast2010-06-05-9/+18
| | | | | | | | | | thing with the -common transition, etc.
* | Redid debian/rules using debhelper, with good results. This creates mostlyWilmer van der Gaast2010-06-05-96/+120
| | | | | | | | | | | | fine debs. Need to do some more checks, and make sure bitlbee-libpurple gets the same maintainer scripts as bitlbee.
* | libpurple-dev build dependency.Wilmer van der Gaast2010-04-24-1/+1
| |
* | Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-3/+12
|\|
| * Also override package version number for bitlbee-dev when $BITLBEE_VERSIONWilmer van der Gaast2010-04-24-1/+1
| | | | | | | | | | is set.
| * Debian package changelog entry.1.2.6a-1Wilmer van der Gaast2010-04-24-0/+9
| |
| * Use the $PIDFILE variable in the Debian init script.Wilmer van der Gaast2010-04-19-2/+2
| |
* | Added BITLBEE_CONFIGURE_FLAGS variable so configure flags can be overriddenWilmer van der Gaast2010-04-24-1/+2
|/ | | | | when generating debs.
* 1.2.5-1: Translation fixes/additions and one other bug fixed "upstream".1.2.5-1Wilmer van der Gaast2010-03-17-1/+56
|
* 1.2.4-21.2.4-2Wilmer van der Gaast2009-11-20-0/+8
|
* Added 1.2.4-1 to changelog. Not much else to do for this release.1.2.4-1Wilmer van der Gaast2009-10-17-0/+7
|
* Fixed paths in bitlbee.conf.diff to edit the bitlbee.conf inside the package1.2.3-2Wilmer van der Gaast2009-06-07-2/+2
| | | | | tree, not the source one.
* Forgot to commit before starting to work on the second item, so here's aWilmer van der Gaast2009-06-07-32/+38
| | | | | | | | | | | | | monster commit. :-) * Removing code that edits bitlbee.conf from postinst (and chown code in the init script), it's not really necessary anymore; bitlbee may only still run as root if the admin doesn't read conffile diffs. (Closes: #514572) * No longer overwriting port number info in /etc/default/bitlbee with what's in debconf. (Closes: #514148) * Added notes about the above two changes to bitlbee.conf.
* Fixed free port detection code in debian/config which was a bit limitedWilmer van der Gaast2009-06-07-6/+9
| | | | | and also buggy.
* Fixed bitlbee.deb dep in bitlbee-dev to deal with binary NMUs.Wilmer van der Gaast2009-06-07-2/+4
|
* s/bitblee/bitlbee/ in the postinst script.Wilmer van der Gaast2009-06-07-1/+8
|
* I never submitted 1.2.3-1 apparently.1.2.3-1Wilmer van der Gaast2009-06-01-1/+10
|
* Uploaded 1.2.2-1. Now patching up bitlbee.conf at build time to keep1.2.2-1Wilmer van der Gaast2008-08-28-0/+23
| | | | | bzr/upstream separated from the Debian package.
* 1.2.1-3:1.2.1-3Wilmer van der Gaast2008-08-24-5/+22
| | | | | | | | * chown /var/lib/bitlbee/*.xml to bitlbee:bitlbee to clean up after 1.2-5 and the bugfix in 1.2.1-2. (Closes: #495877) * Moved BITLBEE_DISABLED check to only check when trying to *start* the daemon. (Closes: #488611)
* Fixed run-by-root problem (Debian bug 494656).1.2.1-2Wilmer van der Gaast2008-08-12-1/+15
|
* 1.2.1-1.1 (NMU by Don Armstrong).1.2.1-1.1Wilmer van der Gaast2008-08-12-3/+23
|
* BitlBee 1.2.1-1.1.2.1-1Wilmer van der Gaast2008-08-12-3/+4
|
* Merging 1.2-5 Debian package.Wilmer van der Gaast2008-06-17-7/+17
|\
| * Avoid changing UID from init script (already done by BitlBee itself).1.2-5Jelmer Vernooij2008-06-16-2/+2
| |
| * Stop ignoring distclean exit code.Jelmer Vernooij2008-06-16-1/+1
| |
| * Fix FSF address.Jelmer Vernooij2008-06-15-4/+5
| |
| * Add myself to uploaders, bump standards version to 3.8.0.Jelmer Vernooij2008-06-15-1/+10
| |
* | Merge trunk.Jelmer Vernooij2008-05-21-14/+46
|\|