aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/release/debian-build.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* releaseTools: no-op expression cleanupBenjamin Hipple2020-03-211-1/+1
* debBuild: install all packages at once to avoid dependency managementNikolay Amiantov2018-02-191-1/+1
* Revert "releaseTools.debBuild: split checkinstall into separate phase"Nikolay Amiantov2016-12-311-12/+9
* releaseTools.debBuild: split checkinstall into separate phase and allow to ov...Nikolay Amiantov2016-12-031-9/+12
* debian-build: fix checkinstall invocation (#15538)Profpatsch2016-05-191-1/+5
* findTarball: Handle pipefailEelco Dolstra2014-11-051-1/+1
* debBuild: Allow setting the package name and overriding the install commandEelco Dolstra2014-08-081-1/+3
* debBuild: Allow setting a maintainer addressEelco Dolstra2014-02-061-2/+4
* build-support/release: Simplify meta.descriptionEelco Dolstra2013-03-011-1/+1
* Factor out repeated scriptlets from build-support/release/*.nix.Petr Rockai2012-07-231-11/+4
* * Set the version number of generated Debian packages. Note that dpkgEelco Dolstra2012-05-241-0/+1
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-2/+2
* * Debian requires/provides should be comma-separated.Eelco Dolstra2012-01-031-2/+4
* * Check whether any packages were generated. Apparently checkinstallEelco Dolstra2012-01-031-0/+2
* * Enable "make check" for checkinstall-based Debian builds. I alwaysEelco Dolstra2011-10-111-1/+1
* * Added Debian 6.0 and Ubuntu 10.10.Eelco Dolstra2011-02-141-0/+1
* * Allow additional Deb provides/requires to be specified.Eelco Dolstra2009-11-051-0/+6
* give extraRPMs/-Debs file type rpm-extra or deb-extra in build productsRob Vermaas2009-10-021-1/+1
* svn path=/nixpkgs/trunk/; revision=17571Rob Vermaas2009-10-011-1/+5
* extra deb/rpm changesRob Vermaas2009-10-011-1/+1
* * Enable FS translation to be enabled.Eelco Dolstra2009-09-231-2/+5
* changed mem size for rpm/deb build vms, added version specific packages for f...Rob Vermaas2009-07-021-1/+0
* * --fstrans=no for building debian packagesRob Vermaas2009-06-051-1/+1
* * added pre-/postInstall hook to debbuildRob Vermaas2009-06-031-0/+3
* * renamed installCommand -> installPhase for debian buildRob Vermaas2009-06-021-1/+1
* * Removed some obsolete nullglobs.Eelco Dolstra2009-04-191-1/+0
* * Don't try to auto-include documentation in Debian packages.Eelco Dolstra2009-03-271-1/+1
* * Test whether we can successfully install and uninstall the DebianEelco Dolstra2009-03-261-1/+4
* * makeSourceTarball -> sourceTarball.Eelco Dolstra2009-03-261-1/+1
* * We don't need all that src.outPath / src.path hackery anymore.Eelco Dolstra2009-03-061-2/+0
* * Use the version attribute if available.Eelco Dolstra2009-03-021-1/+1
* * Append the version to the "name" attribute to make the store pathsEelco Dolstra2009-03-021-7/+10
* * checkinstall: build properly on x86_64.Eelco Dolstra2008-12-101-8/+3
* * Preserve meta attributes from the caller.Eelco Dolstra2008-11-261-1/+1
* svn path=/nixpkgs/trunk/; revision=13401Eelco Dolstra2008-11-251-4/+2
* * Automatically build Debian packages using checkinstall, as suggestedEelco Dolstra2008-11-251-4/+31
* * Moved more stuff from the release tree.Eelco Dolstra2008-11-251-0/+53