summaryrefslogtreecommitdiff
path: root/dh_xul-ext
Commit message (Collapse)AuthorAge
* dh_xul-ext: extend Guido's fix for ubuntu's epochSean Whitton2016-07-07
|
* dh_xul-ext: get_epoch readabilitySean Whitton2016-07-07
|
* Add an epoch for icedove/tb >= 45Guido Günther2016-07-07
| | | | Closes: #825508
* Revert "dh_xul-ext: stop looking for iceweasel- prefix"Sean Whitton2016-03-22
| | | | This reverts commit 9d2d5bd9f67c0932f8a2f7a365dbb128a5b29ee4.
* dh_xul-ext: stop looking for iceweasel- prefixSean Whitton2016-03-12
|
* Simplify boolean oparation.Benjamin Drung2014-05-09
|
* PEP8 fixes.Benjamin Drung2014-05-09
| | | | | pep8 --max-line-length=99 amo-changelog dh_xul-ext install-xpi \ moz_version.py moz-version setup.py xpi-repack
* dh_xul-ext: Treat Raspbian as Debian derivativeBenjamin Drung2013-12-21
| | | | | | | | | Use "dpkg-vendor --derives-from Ubuntu" instead of "dpkg-vendor --query vendor" so Ubuntu derivatives get treated like Ubuntu and non-Ubuntu based Debian derivatives get treated like Debian. Thanks: Peter Michael Green <plugwash@raspbian.org> Closes: #732254
* Improve error message (tell user how to fix it).Benjamin Drung2012-12-07
|
* dh_xul-ext: Fail if minVersion is greater than maxVersion.Benjamin Drung2012-12-07
| | | | Closes: #650348
* dh_xul-ext: Do not generate a Breaks entry for Thunderbird/Icedove 10 or later.Benjamin Drung2012-12-06
| | | | Thunderbird/Icedove 10 defaults add-ons to compatible.
* dh_xul-ext: Do not generate a Breaks entry for Firefox/Iceweasel 10 or later.Benjamin Drung2012-05-23
| | | | Firefox/Iceweasel 10 defaults add-ons to compatible.
* dh_xul-ext: correct Breaks max-version (>> not >=)Tanguy Ortolo2012-04-22
| | | | | | | | | | | An addon is by definition [1] compatible to a target application up to and *including* its indicated max-version. Thus, it “breaks” this application's versions *strictly* superior to this max-version. [1] https://developer.mozilla.org/en/Install_Manifests#targetApplication The code used to generate a Break field >= max-version; this corrects it to >> max-version.
* Use unnamed variables in SPARQL queries if they are unused.Benjamin Drung2012-01-12
|
* dh_xul-ext: Remove "-a" as the short form of the --all parameter, because -a ↵Benjamin Drung2012-01-12
| | | | | | is a common parameter for debhelper. Closes: #655609
* Move scripts and Python modules one level up to correct installation directory.Benjamin Drung2011-10-11