summaryrefslogtreecommitdiff
path: root/dh_strip
AgeCommit message (Expand)AuthorFilesLines
2016-09-28dh_strip: Avoid duplicate conditionNiels Thykier1-1/+1
2016-07-01dh_strip: disable file(1) cache when not using build-idsNiels Thykier1-5/+9
2016-07-01dh_strip: Fix handling of hardlinked ELF when using build-idsSven Joachim1-1/+2
2016-06-15dh_strip: Pass -e to file to avoid unncessary testsNiels Thykier1-4/+3
2016-06-15dh_strip: Cache file(1) outputNiels Thykier1-21/+27
2016-06-15dh_strip: Re-use file(1) output to determine build-idNiels Thykier1-15/+17
2016-06-15dh_strip: Use strip -D unconditionally for static libsNiels Thykier1-8/+4
2016-06-15dh_strip: Add debuglinks even under D_B_O=noautodbgsymNiels Thykier1-2/+16
2016-06-15dh_strip: Refactor a few linesNiels Thykier1-5/+2
2016-06-15Replace $dh{DEBUGPACKAGES} with $dh{DEBUGPACKAGE}Niels Thykier1-4/+4
2016-06-15Remove support for compat 4Niels Thykier1-22/+6
2016-05-01Drop .* from the beginning of unanchored regular expressionsPeter Pentchev1-3/+3
2016-05-01dh_strip: Only match *.a files that start with "lib"Peter Pentchev1-1/+1
2016-02-21dh_strip: Don't create dbgsym root for udebsNiels Thykier1-2/+5
2016-02-20dh_strip: Remove unused sub argumentNiels Thykier1-3/+3
2016-01-14dh_strip: Fix typoNiels Thykier1-1/+1
2016-01-14dh_*: Replace ddeb with dbgsymNiels Thykier1-23/+23
2016-01-14dh_strip: Replace "ddeb" with dbgsym in doc/cmdline optionsNiels Thykier1-30/+46
2015-12-20dh_strip.1: Document that dbgsym pkgs are built by defaultNiels Thykier1-28/+24
2015-12-19dh_strip: Enable dbgsym generation by defaultNiels Thykier1-2/+0
2015-12-03dh_strip: Do not assume Build-Id is presentNiels Thykier1-1/+1
2015-10-24Fix typos found during translationChris Leick1-3/+4
2015-10-04dh_strip: Sort build-idsNiels Thykier1-1/+1
2015-08-31dh_strip: Fix invalid pod markerNiels Thykier1-1/+1
2015-08-30dh_strip: Document current rather than future ddeb stateNiels Thykier1-2/+14
2015-08-22dh_strip: Refactor build-id recordingNiels Thykier1-18/+20
2015-08-22dh_strip: Include the full debug ids in the headerNiels Thykier1-1/+1
2015-08-22Add X-Build-Ids to all debug packages built with dh_stripPaul Tagliamonte1-2/+10
2015-08-18Check that we're actually building debug debs when writing build-idsPaul Tagliamonte1-1/+1
2015-08-17Add debug build ids to the Binary package's control filePaul Tagliamonte1-5/+16
2015-07-30dh_strip: Strip .note and .comment from static libsNiels Thykier1-1/+2
2015-07-28dh_strip: Always compress debug symbols in ddebsNiels Thykier1-1/+2
2015-07-12dh_strip: Fix typoGuillem Jover1-1/+1
2015-07-01Migrate to use warnings and use parentNiels Thykier1-1/+2
2015-06-15dh_strip: Use $dh{X} instead of my $x for parametersNiels Thykier1-15/+14
2015-06-13dh_strip: Do not create -dbg-dbgsym packagesNiels Thykier1-1/+2
2015-06-13dh_strip: Add a --ddebs option for packagersNiels Thykier1-5/+31
2015-05-15dh_strip: Add --ddeb-migration=RELATION optionNiels Thykier1-1/+40
2015-05-15dh_strip: Document that -k inhibits ddebsNiels Thykier1-0/+3
2015-05-15dh_strip: Skip ddebs if noddebs is set in DEB_BUILD_OPTIONSNiels Thykier1-1/+6
2015-05-14Do not create ddebs if its name would clash with another pkgNiels Thykier1-4/+9
2015-05-14dh_strip: Document that nostrip disables ddebsNiels Thykier1-1/+1
2015-05-14dh_strip: Create ddebs with symlink'ed docsNiels Thykier1-0/+8
2015-05-02dh_strip: Fix ddeb bug that caused it to produce empty -dbg pkgsNiels Thykier1-3/+1
2015-05-02dh_strip: Skip ddeb generation with -k or explicit -dbg pkgNiels Thykier1-1/+1
2015-05-02Add experimental .ddeb supportNiels Thykier1-9/+18
2015-04-16dh_strip: capture strip(1)'s --help output (on stderr)Niels Thykier1-1/+1
2015-01-08Add leading 0 to "mode" parametersMartin Koeppe1-1/+1
2015-01-08Migrate some calls to use the new install_X subsMartin Koeppe1-1/+1
2015-01-05dh_strip: Test for --enable-deterministic-archives before using itNiels Thykier1-2/+11