aboutsummaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeLines
* Removing the version number override hack broken by a recent NMU. Instead,Wilmer van der Gaast2011-12-23-8/+5
| | | | | I'll try to solve this problem on just the buildbot using "dch".
* bitlbee (3.0.4-2) unstable; urgency=lowWilmer van der Gaast2011-12-22-0/+7
| | | | | | * Not a real Debian release, but just resetting the version number to get sane version numbers for the nightly builds.
* Second attempt at a 3.0.4-1 upload.Wilmer van der Gaast2011-12-20-6/+8
|
* Merging Debian 3.0.3-1.1 changes.Wilmer van der Gaast2011-12-20-9/+17
|
* Build skyped as arch=all, and don't build it by default. Debian has removedWilmer van der Gaast2011-12-20-3/+7
| | | | | the python-skype package.. :-(
* Added direct dependency to bitlbee-common since Lintian really really wants3.0.4-1Wilmer van der Gaast2011-12-11-1/+1
| | | | | it.
* Debian changelog entry update for 3.0.4-1.Wilmer van der Gaast2011-12-11-3/+14
|
* Another packaging fix: Don't put skyped manpage in bitlbee-common.Wilmer van der Gaast2011-12-11-0/+3
|
* asciidoc dependency to build Skype docs.Wilmer van der Gaast2011-12-10-1/+1
|
* Skype module packaging.Wilmer van der Gaast2011-12-10-3/+67
|
* Preparing Debian upload.Wilmer van der Gaast2011-06-14-0/+7
|
* Actually, let's also drop the -0.Wilmer van der Gaast2011-04-22-1/+1
|
* Don't put an epoch in the Debian "spoofed" version number. Debian's nowWilmer van der Gaast2011-04-22-1/+1
| | | | | | | | | | | | | | | | | | | barfing on the "1:bzr-devel-xx" version numbers generated by the nightlies builder (due to "bzr" not being a number) so I have to think of something else. The main reason for using epochs was so "bzr-devel-xx" will be considered newer than "3.0.2". ASCII-wise this should be the case even without epochs but okay, it made sense to do this anyway to avoid apple-orange comparisons. Now I'll try switching to package version numbers like 3.0.2+devel+xx-0. No need for epochs then, plus 3.0.3 will actually win over 3.0.2+devel+xx-0 when it should. This does probably mean that people who still have 1:bzr-something installed won't be upgraded automatically, I guess I'll try to let everyone know via Twitter, etc..
* 3.0.1-1 changelog entry. Note that this revision is *not* the exactWilmer van der Gaast2010-12-19-0/+7
| | | | | 3.0.1-1 Debian source.
* Tweak Debian package description for bitlbee-libpurple: No whining aboutWilmer van der Gaast2010-12-07-2/+1
| | | | | scalability, make it a general recommendation.
* * debian/*.config: use set -e in the body of maintainer scripts.أحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-5/+7
|
* * debian/bitlbee-common.init: Also stop at runlevels 0 and 6.أحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-4/+6
|
* debian/bitlbee-common.init: Add Short-Description header.أحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-2/+3
|
* * debian/control: Bumped debhelper version to 6.0.7~ for dh_lintianأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-2/+4
|
* Explicitly set source format to 1.0أحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-1/+3
|
* Added lintian overrides for bitlbee & bitlbee-libpurpleأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-1/+7
|
* * debian/control: Moved dependency on adduser to bitlbee-commonأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-6/+7
| | | | | * debian/copyright: Refer to /usr/share/common-licenses/GPL-2
* * debian/{*.postinst, *.postrm}: use set -e in the body of theأحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-4/+10
| | | | | script.
* * debian/*.prerm: use set -e in the body of the script.أحمد المحمودي (Ahmed El-Mahmoudy)2010-10-25-4/+9
|
* 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
|\|