summaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* Update package description.Benjamin Drung2011-06-15
|
* Specify minimum supported Python version.Benjamin Drung2011-06-15
|
* Drop DM-Upload-Allowed field.Benjamin Drung2011-06-15
|
* Bump Standards-Version to 3.9.1 (no changes required).Benjamin Drung2011-06-15
|
* Switch from python-support to dh_python2.Benjamin Drung2011-06-15
|
* Update my email address.Benjamin Drung2011-03-26
|
* * Switch from CDBS to dh 7 and simplifying packaging by improving Makefiles.Benjamin Drung2010-11-16
| | | | | | | | - add Makefile - update debian/compat - update debian/control - remove debian/manpages - update debian/rules - update src/Makefile
* Bump Standards-Version to 3.9.1 (no changes required).Benjamin Drung2010-09-22
|
* * Switch from python-rdflib to python-librdf; thanks to Willi Mann for theBenjamin Drung2010-06-10
| | | | | patch. - update src/dh_xul-ext - update src/install-xpi
* * packaging:Benjamin Drung2010-01-31
| | | | - Bump Standards-Version to 3.8.4; no changes required. - update debian/control
* * packaging:Benjamin Drung2010-01-06
| | | | - add homepage field - update debian/control
* - Add "xul-ext" dh sequenceBenjamin Drung2010-01-06
| | | | | - add src/xul-ext.pm - update src/Makefile - update debian/control
* - drop support for deprecated MOZ_EXT_NAME and MOZ_XPI_MOZILLA_DIRS variableBenjamin Drung2010-01-06
| | | | | | | | | - update src/xpi.mk * install-xpi: - Split xpi installation from xpi.mk into new install-xpi script. - add src/install-xpi - update src/Makefile - update src/xpi.mk - update debian/control
* - Install moz_version.py using python-supportBenjamin Drung2009-12-22
| | | | | - update debian/control - update debian/rules - update src/Makefile
* Fix typo.Benjamin Drung2009-12-16
|
* [ Alexander Sack <asac@ubuntu.com> ]Alexander Sack2009-12-16
| | | | | | | | | * dh_xul-ext: - convert xpath expression to python/rdflib; extract (id, max, min) triples for all targetApplications in get_supported_apps; in turn add python-rdflib to Depends - update src/dh_xul-ext - update debian/control
* - move data for the automagic detection of target application packagesBenjamin Drung2009-10-06
| | | | | | | | | | | into separate xpi-data-*.mk files and set default MOZ_XPI_DISTRO when installing mozilla-devscripts - rename src/xpi.mk to src/xpi.mk.in and update it - add src/xpi-data-all.mk - add src/xpi-data-common.mk - add src/xpi-data-Debian.mk - add src/xpi-data-Ubuntu.mk - update debian/control - update src/Makefile
* * packaging:Benjamin Drung2009-09-14
| | | | - allow uploads done by Debian Maintainers - update debian/control
* - only list packages in ${xpi:Depends} if they are available in the archiveBenjamin Drung2009-09-13
| | | | | and add lsb-release as dependency - update src/xpi.mk - update debian/control
* Sort Build-DependsBenjamin Drung2009-08-22
| | | | - update debian/control
* * Bump Standards-Version to 3.8.3Benjamin Drung2009-08-22
| | | - update debian/control
* - fix Vcs-Bzr-Browser field to Vcs-BrowserBenjamin Drung2009-08-11
| | | - update debian/control
* - add ${misc:Depends} to DependsBenjamin Drung2009-08-11
| | | - update debian/control
* * packaging:Benjamin Drung2009-08-11
| | | | - break and sort Depends and Suggests - update debian/control
* * more debian/control cleanupsAlexander Sack2009-08-11
| | | | | - use lp:mozilla-devscripts to refer to bzr branch - break long Uploaders: line - bump standards version to 3.8.3
* * fix Vcs-Bzr to point to something that actually existAlexander Sack2009-08-11
|
* - add Benjamin Drung <bdrung@ubuntu.com> to Uploaders and also add my ↵Alexander Sack2009-08-11
| | | | | | @ubuntu.com address work-time uploads won't count as NMU - update debian/control
* * packaging:Alexander Sack2009-08-11
| | | | | - fix Vcs-Bzr: to point to a proper R/W location and use Vcs-Bzr-Browser for the browsable read-only location - update debian/control
* * fix package description to include 'Debian'Alexander Sack2009-07-07
|
* * fix fta's uploader email to match what is used in changelogAlexander Sack2009-07-07
|
* adding asac to Uploaders: for first debian uploadAlexander Sack2009-07-07
|
* * Drop python-2.4 from Depends, any python will doFabien Tassin2009-03-13
| | | | - update debian/control
* * Bump Standards-Version to 3.8.0Fabien Tassin2008-11-16
| | | | - update debian/control
* * [mozclient] add support for gitFabien Tassin2008-10-12
| | | | | | | - add src/mozclient/lib/MozClient/Git.pm - update src/mozclient/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm - update debian/control
* * Change Recommends into Suggests for cvs and mercurial as those areFabien Tassin2008-08-01
| | | | | not needed to use mozilla-devscripts as a build-dependency. - update debian/control
* Add zip to depends, src/med-xpi-{pack,unpack} need it.Sasa Bodiroza2008-07-08
|
* * Move cvs and mercurial from depends to recommendsFabien Tassin2008-06-05
| | | | - update debian/control
* * [mozclient] add support for Mercurial (hg) and add a firefox-4.0 projectFabien Tassin2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | + add support for Mercurial (hg) in addition to cvs. Add MOZCLIENT_VCS variable (default to cvs). Add mercurial to Depends. The preferred way to fetch a particular hg snapshot is to use a revision number, it's better than a date. - update deban/control - update src/mozclient.mk.in - update README + make the mozclient patch system optional by introducing a new variable called MOZCLIENT_WANTPATCH. Set it only for firefox 3. - update src/firefox-3.0-full.mk.in - update src/firefox-3.0.mk.in - update src/mozclient.mk.in + add project firefox-4.0 using Mercurial. It needs python (>= 2.4) so add python | python2.4 to Depends. It also needs a post checkout script to fetch dependencies (nspr/nss/tamarin) so introduce a new variable called MOZCLIENT_POSTCOCMD. We now use hgweb instead of bonsai to get revision ids and dates. - update deban/control - add src/firefox-4.0.mk.in - update src/Makefile
* * [minefield-packager] Add dpkg-dev (for dpkg-deb) and fakeroot to dependsFabien Tassin2008-03-24
| | | | - update debian/control
* * add unzip (needed by xpi.mk) to Depends: of mozilla-devscript binary packageAlexander Sack2008-02-21
| | | | | - update debian/control * document in changelog - update debian/changelog
* * Rewrite package description now that we provide several scriptsFabien Tassin2008-02-20
| | | | - update debian/control
* * add libxml-xpath-perl to Depends: required by install.rdf introspectionAlexander Sack2008-02-19
| | | | | | | in xpi.mk - update debian/control * document in changelog - update debian/changelog
* * Re-add Uploader field to make lintian happyFabien Tassin2007-12-31
| | | | | | - update debian/control * Revert to version 0.01 to make Persia happy - update Changelog.txt and debian/changelog
* * Make *.sh scripts executable (not needed here but it makes lintian happy)Fabien Tassin2007-12-16
| | | | | | - update src/Makefile * Drop Uploaders from control - update debian/control
* * Rename package from mozclient to mozilla-devscriptsFabien Tassin2007-12-16
|
* * First release after a full rewrite + packagingFabien Tassin2007-12-13