about summary refs log tree commit diff
path: root/pkgs/build-support/release/debian-build.nix
AgeCommit message (Expand)AuthorFilesLines
2023-06-25treewide: use optionalAttrs instead of 'else {}'Felix Buehler1-1/+1
2023-02-13treewide: use optionalStringFelix Buehler1-1/+1
2023-01-16treewide: remove usages of header and stopNestArtturin1-4/+2
2021-10-10releaseTools.debBuild: fix invocationTimur Demin1-1/+1
2021-03-21Merge pull request #112073 from ztzg/x-16304-debbuild-checkinstallSandro1-2/+2
2021-02-07releaseTools.debBuild: remove double lib in argsAshlynn Anderson1-1/+0
2021-02-05debBuild: Fix for "cannot coerce a set to a string"Damien Diederen1-1/+1
2021-02-05debBuild: Fix "duplicate formal function argument 'lib'"Damien Diederen1-1/+1
2021-01-24pkgs/build-support: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-24treewide: stdenv.lib -> libPavol Rusnak1-4/+3
2020-03-21releaseTools: no-op expression cleanupBenjamin Hipple1-1/+1
2018-02-19debBuild: install all packages at once to avoid dependency managementNikolay Amiantov1-1/+1
2016-12-31Revert "releaseTools.debBuild: split checkinstall into separate phase"Nikolay Amiantov1-12/+9
2016-12-03releaseTools.debBuild: split checkinstall into separate phase and allow to ov...Nikolay Amiantov1-9/+12
2016-05-19debian-build: fix checkinstall invocation (#15538)Profpatsch1-1/+5
2014-11-05findTarball: Handle pipefailEelco Dolstra1-1/+1
2014-08-08debBuild: Allow setting the package name and overriding the install commandEelco Dolstra1-1/+3
2014-02-06debBuild: Allow setting a maintainer addressEelco Dolstra1-2/+4
2013-03-01build-support/release: Simplify meta.descriptionEelco Dolstra1-1/+1
2012-07-23Factor out repeated scriptlets from build-support/release/*.nix.Petr Rockai1-11/+4
2012-05-24* Set the version number of generated Debian packages. Note that dpkgEelco Dolstra1-0/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
2012-01-03* Debian requires/provides should be comma-separated.Eelco Dolstra1-2/+4
2012-01-03* Check whether any packages were generated. Apparently checkinstallEelco Dolstra1-0/+2
2011-10-11* Enable "make check" for checkinstall-based Debian builds. I alwaysEelco Dolstra1-1/+1
2011-02-14* Added Debian 6.0 and Ubuntu 10.10.Eelco Dolstra1-0/+1
2009-11-05* Allow additional Deb provides/requires to be specified.Eelco Dolstra1-0/+6
2009-10-02give extraRPMs/-Debs file type rpm-extra or deb-extra in build productsRob Vermaas1-1/+1
2009-10-01svn path=/nixpkgs/trunk/; revision=17571Rob Vermaas1-1/+5
2009-10-01extra deb/rpm changesRob Vermaas1-1/+1
2009-09-23* Enable FS translation to be enabled.Eelco Dolstra1-2/+5
2009-07-02changed mem size for rpm/deb build vms, added version specific packages for f...Rob Vermaas1-1/+0
2009-06-05 * --fstrans=no for building debian packagesRob Vermaas1-1/+1
2009-06-03 * added pre-/postInstall hook to debbuildRob Vermaas1-0/+3
2009-06-02 * renamed installCommand -> installPhase for debian buildRob Vermaas1-1/+1
2009-04-19* Removed some obsolete nullglobs.Eelco Dolstra1-1/+0
2009-03-27* Don't try to auto-include documentation in Debian packages.Eelco Dolstra1-1/+1
2009-03-26* Test whether we can successfully install and uninstall the DebianEelco Dolstra1-1/+4
2009-03-26* makeSourceTarball -> sourceTarball.Eelco Dolstra1-1/+1
2009-03-06* We don't need all that src.outPath / src.path hackery anymore.Eelco Dolstra1-2/+0
2009-03-02* Use the version attribute if available.Eelco Dolstra1-1/+1
2009-03-02* Append the version to the "name" attribute to make the store pathsEelco Dolstra1-7/+10
2008-12-10* checkinstall: build properly on x86_64.Eelco Dolstra1-8/+3
2008-11-26* Preserve meta attributes from the caller.Eelco Dolstra1-1/+1
2008-11-25svn path=/nixpkgs/trunk/; revision=13401Eelco Dolstra1-4/+2
2008-11-25* Automatically build Debian packages using checkinstall, as suggestedEelco Dolstra1-4/+31
2008-11-25* Moved more stuff from the release tree.Eelco Dolstra1-0/+53