summaryrefslogtreecommitdiff
path: root/scripts/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03build: Add CPAN distribution machineryGuillem Jover1-0/+1
Add a new dist-cpan target that takes care of preparing a perl distribution to be uploaded to CPAN. Only the modules are shipped, some of which do require dpkg tools being installed though. Closes: #821177
2016-11-03scripts: Add support for .buildinfo filesGuillem Jover1-0/+1
The .buildinfo files are a new type of control files, similar to the .changes files, meant to describe the environment of a build and its artifacts. They are meant to be added to the Debian archive to allow independent parties to reproduce a build and verify the result. Specifications for .buildinfo are available at: <https://wiki.debian.org/ReproducibleBuilds/BuildinfoSpecification> This patch adds support for .buildinfo files in Dpkg::Control, adds new .buildinfo fields to Dpkg::Control::Fields, a new builtin-system-build-paths Dpkg::Vendor hook, and adds a new script named dpkg-genbuildinfo, that will now be called by dpkg-buildpackage before generating the .changes file. [ntyni@debian.org: small changes. ] Closes: #138409 Based-on-patch-by: Jérémy Bobbio <lunar@debian.org> Signed-off-by: Guillem Jover <guillem@debian.org>
2010-07-11build: Add optional code coverage supportGuillem Jover1-0/+1
Enable code coverage support with 'configure --enable-coverage'. Use gcov and lcov for C code coverage, and Devel::Cover and cover for Perl code coverage.
2010-07-03dpkg-divert: Rewrite in CGuillem Jover1-1/+0
2010-06-09update-alternatives: rewritten in CRaphaël Hertzog1-1/+0
update-alternative has been rewritten as a mostly standalone C program. It has thus been moved to utils/ instead of scripts/ together with its README and its test suite. This rewrite is based on some initial conversion work done by Guillem Jover <guillem@debian.org>. The program now logs to /var/log/alternatives.log instead of dpkg.log. The logrotate file has been updated to deal with that file too.
2010-05-17Rename /usr/lib/dpkg/maintscript-helper in /usr/bin/dpkg-maintscript-helperRaphaël Hertzog1-0/+1
It is a public interface even if working around known limitations.
2010-04-19dpkg-mergechangelogs: new script doing 3-way merge of Debian changelogsRaphaël Hertzog1-0/+1
2010-04-14Add dpkg-buildflags to .gitignoreGuillem Jover1-0/+1
2009-07-03Replace install-info by a simple wrapper (or no-op command)Raphael Hertzog1-2/+0
In order to properly transition to GNU's install-info, dpkg's install-info is modified to be a simple wrapper around /usr/bin/install-info. That wrapper warns when the user explicitely calls /usr/sbin/install-info since the new install-info is in /usr/bin/. This wrapper is meant to be removed at some point when all references to /usr/sbin/install-info have gone (most probably in squeeze+1). Also remove the manual page since there's nothing to document any more and add a lintian override until the wrapper is removed. Reference: http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
2009-07-02Add dpkg-vendor to .gitignoreGuillem Jover1-0/+1
2009-05-14Remove obsolete 822-date programGuillem Jover1-1/+0
It has long been superseeded by ‘date -R’.
2009-03-02Remove remaining references to cleanup-infoGuillem Jover1-1/+0
The build was failing when xgettext was trying to scan the non-existent file scripts/cleanup-info.pl.
2009-01-23Cleanup .gitignore filesGuillem Jover1-2/+1
Move common ignore matches to the top-level .gitignore. Force directory matching by adding a trailing /. Remove unused matches (enoent). Add missing matches (t.tmp and autom4te.cache/).
2007-10-14Add dpkg-gensymbols to .gitignoreRaphael Hertzog1-0/+1
2007-05-08Add missing svn:ignore entries.Guillem Jover1-0/+19
2007-03-20Update svn:ignore attributes.Guillem Jover1-0/+1
2006-06-17Set all svn:ignore.Guillem Jover1-0/+1