summaryrefslogtreecommitdiff
path: root/scripts/dpkg-source.pl
AgeCommit message (Expand)AuthorFilesLines
2006-01-18Let dpkg-source -b warn about special permissions of files addedFrank Lichtenheld1-0/+9
2006-01-18Check for illegal architecture strings in dpkg-gencontrol andFrank Lichtenheld1-0/+2
2006-01-18Let dpkg-source ensure (as good as possible) that allFrank Lichtenheld1-9/+14
2006-01-18Check the gpg signatures of .dsc files before unpacking. SeeFrank Lichtenheld1-1/+27
2006-01-18Let dpkg-source -b check the build relation fields beforeFrank Lichtenheld1-1/+5
2006-01-18dpkg-source -x now tries to chown all files extracted fromFrank Lichtenheld1-1/+2
2006-01-18Import latest release as a temporary trunk which should beFrank Lichtenheld1-24/+33
2005-06-28dpkg (1.13.10) unstable; urgency=lowScott James Remnant1-1/+6
2005-06-12dpkg (1.13.9) unstable; urgency=lowScott James Remnant1-225/+339
2005-06-06dpkg (1.13.5) experimental; urgency=lowScott James Remnant1-1/+1
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-1/+1
2004-05-06Remove restriction that package names be at least two characters long.Scott James Remnant1-2/+2
2003-10-27Add .#* to the default ignore filter.Adam Heath1-1/+1
2003-09-19* scripts/{controllib,dpkg-{source,checkbuilddeps,control}}.pl:Adam Heath1-1/+1
2003-09-16Fix generation of dependency lines.Adam Heath1-1/+1
2003-09-16Ignore 'o:.*' in %fi.Adam Heath1-0/+1
2003-09-13Add .svn, {arch}, and .arch-ids to dpkg-source -i default regex.Adam Heath1-1/+1
2003-09-13Add .cvsignore to dpkg-source's default diff ignore regex. Also fixAdam Heath1-1/+1
2003-09-13Apply patch to make dpkg work with POSIX 1003.1-2001.Adam Heath1-1/+1
2003-09-12Allow ~ in Files: field as wellWichert Akkerman1-1/+1
2003-09-12Grr, properly allow ~ in version numbersWichert Akkerman1-2/+2
2003-09-12srcipts/dpkg-source.pl: allow ~ in version numbersWichert Akkerman1-1/+1
2002-07-05Remove -Z from patch call, as it makes patch warn about missing timestamps.Adam Heath1-1/+1
2002-05-25Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes filesAdam Heath1-1/+4
2002-05-24Match fields case insensitively in debian/control.Adam Heath1-7/+7
2002-05-24Clean up after ctrl-c is received.Adam Heath1-1/+13
2002-01-18Use -Z option for patch and set TZ to UTC0 when calling diff. This gives us r...Wichert Akkerman1-1/+2
2002-01-03Fix another md5 sanity checkWichert Akkerman1-1/+1
2002-01-02Update default ignore expression to also match *~ and *.swp in subdirsWichert Akkerman1-1/+1
2001-07-17Merge changes from v1_9 branchWichert Akkerman1-18/+24
2001-06-25Merged in changes from 1.9.11 to 1.9.14 branch.Adam Heath1-18/+38
2001-06-20Merged in changes from 1.9.10 to 1.9.11 branch.Adam Heath1-10/+7
2001-06-16Merge v1_9_10 with HEAD.Adam Heath1-1/+1
2001-06-02Reset SIGPIPE back to a default handler, for callers that have it maskedAdam Heath1-0/+2
2001-04-21Import fix for broken dpkg-source.pl from 1.8.3 version.Adam Heath1-8/+4
2001-03-04* ChangeLog: undo file corruption (ugh)Wichert Akkerman1-1/+1
2001-02-23scripts/dpkg-divert.pl: fix typo in usage messageWichert Akkerman1-1/+1
2001-02-03scripts/dpkg-statoverride.pl: use -e instead of -f to testWichert Akkerman1-1/+1
2001-02-02scripts/dpkg-source.pl: fix error in error messageWichert Akkerman1-3/+4
2001-01-08ignore vim swapfilesWichert Akkerman1-1/+1
2000-12-24Minor tweak so that when patch 2.5.4 is manually used to apply a diff, itAdam Heath1-1/+4
2000-11-05scripts/dpkg-buildpackage.sh: fix logic error in source-only buildingWichert Akkerman1-3/+3
2000-10-18don't rename a file to itselfWichert Akkerman1-3/+5
2000-06-09Merge things from the potato branch:Wichert Akkerman1-2/+2
2000-05-01doc/*: remove all references to GNU/Linux and just mention `Debian system': w...Wichert Akkerman1-2/+13
2000-02-15Merge the potato branch:Wichert Akkerman1-0/+2
1999-11-12Also fix dpkg-source.plWichert Akkerman1-1/+1
1999-10-25 * scripts/dpkg-shlibdeps: start using objdump as opposed to ldd, thisBen Collins1-1/+1
1999-10-25 * scripts/dpkg-source.pl: we want to 'delete' the POSIXLY_CORRECT envBen Collins1-1/+1
1999-10-22 * Fixed incorrect patch for --print-architecture (oops, oh wellBen Collins1-8/+31