index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-02
po: Regenerate .pot files and merge .po files with them
Guillem Jover
8
-267
/
+1885
2016-05-02
Dpkg::Vendor::Debian: Add fixdebugpath to reproducible feature
Daniel Kahn Gillmor
1
-0
/
+14
2016-05-02
scripts: Remove -s option argument parsing that does not match
Guillem Jover
2
-3
/
+3
2016-05-02
dpkg-genchanges: Add new -O option
Guillem Jover
1
-3
/
+10
2016-05-02
dpkg-shlibdeps: Add new -I option to ignore package build directories
Guillem Jover
1
-8
/
+23
2016-05-02
Dpkg::Source::Package: Include upstream orig tarball signatures
Guillem Jover
3
-0
/
+6
2016-05-02
Dpkg::Source::Package::V1: Allow detached upstream orig tarball signatures
Guillem Jover
1
-0
/
+3
2016-05-02
Dpkg::Changelog: Handle undef versions
Guillem Jover
1
-2
/
+4
2016-05-02
scripts: Add support for new --build option to define build type
Guillem Jover
4
-10
/
+78
2016-05-02
Dpkg::Build::Types: Allow disabling the checks in set_build_type()
Guillem Jover
2
-4
/
+19
2016-05-02
Dpkg::Build::Types: Clarify build type functions
Guillem Jover
4
-35
/
+35
2016-05-02
Dpkg::Build::Types: Add new build_has_any function
Guillem Jover
3
-5
/
+20
2016-05-02
Dpkg::Build::Types: Remove BUILD_SOURCE composite constants
Guillem Jover
4
-26
/
+11
2016-05-02
libdpkg, scripts: Add very basic color support
Guillem Jover
3
-18
/
+127
2016-05-02
scripts: Refactor command printing into new printcmd() function
Guillem Jover
2
-3
/
+11
2016-05-02
Dpkg::ErrorHandling: Add new notice() reporting function
Guillem Jover
1
-0
/
+6
2016-05-02
scripts: Switch raw information output to use info()
Guillem Jover
2
-5
/
+7
2016-05-02
dpkg-source: Use context gettext functions for "<none>" string
Guillem Jover
1
-2
/
+2
2016-05-02
perl: Fix various perl critic regressions
Guillem Jover
3
-5
/
+5
2016-05-02
Dpkg::Source::Package: Use GnuPG instead of gpg to refer to the software
Guillem Jover
1
-2
/
+2
2016-05-02
dpkg-maintscript-helper: Decouple local declaration from command assignment
Guillem Jover
1
-4
/
+6
2016-05-02
dpkg-maintscript-helper: Do safe matching of directories containing conffiles
Guillem Jover
1
-5
/
+9
2016-05-02
build: Use spaces instead of tabs to separate pod2man options
Guillem Jover
1
-1
/
+1
2016-04-03
Update German scripts translation
Helge Kreutzmann
1
-22
/
+35
2016-04-01
Dpkg::Changelog::Entry::Debian: Do not parse entry multiple times
Guillem Jover
2
-44
/
+81
2016-04-01
Dpkg::Conf: Switch implementation to be hash based
Guillem Jover
2
-41
/
+101
2016-04-01
Dpkg::Control::HashCore: Remove unused Dpkg::Checksums import
Guillem Jover
1
-1
/
+0
2016-04-01
Dpkg::Source::Package: Error out on sources w/o any strong digest
Guillem Jover
1
-1
/
+6
2016-04-01
Dpkg::Checksums: Add strong digest marking support
Guillem Jover
2
-4
/
+32
2016-04-01
scripts/t: Use is() instead of ok() to test for undef
Guillem Jover
2
-3
/
+3
2016-04-01
Dpkg::Deps: Make the dependency parser more strict
Guillem Jover
2
-5
/
+15
2016-04-01
scripts: Use new Dpkg::Arch functions to validate and parse architectures
Guillem Jover
4
-17
/
+11
2016-04-01
Dpkg::Arch: Add new functions to validate and parse architecture names
Guillem Jover
2
-2
/
+64
2016-04-01
dpkg-deb, scripts: Make the Architecture field mandatory on package builds
Guillem Jover
3
-7
/
+7
2016-04-01
Dpkg::Changelog::Debian: Move SEE ALSO section to the end
Guillem Jover
1
-4
/
+4
2016-04-01
man, scripts: Fix typos in documentation
Guillem Jover
2
-2
/
+2
2016-04-01
man, Dpkg::Vendor: Document the format of the origin filename
Guillem Jover
1
-1
/
+8
2016-03-20
Various translation fixes
Helge Kreutzmann
1
-44
/
+44
2016-03-09
Update German scripts translation
Helge Kreutzmann
1
-69
/
+215
2016-02-27
Dpkg::Index: Check existence of search criteria
Guillem Jover
1
-2
/
+4
2016-02-27
dpkg-maintscript-helper: Allow broken versions starting with a dash
Carsten Hey
1
-10
/
+10
2016-02-27
dpkg-maintscript-helper: Anchor pathnames in sed and grep regexes
Carsten Hey
1
-3
/
+3
2016-02-27
dpkg-maintscript-helper: Quote shell variables
Carsten Hey
1
-10
/
+10
2016-02-27
dpkg-maintscript-helper: Use fixed string matching for pathnames
Carsten Hey
1
-2
/
+2
2016-02-15
Add MIPS R6 architectures to arch tables
YunQiang Su
1
-1
/
+1
2016-02-15
dpkg-source: Add backend-specific --help options support
Guillem Jover
7
-3
/
+215
2016-02-15
dpkg-genchanges: Check first for build type to short-circuit boolean expressions
Guillem Jover
1
-5
/
+5
2016-02-15
Dpkg::BuildEnv: Rename to Dpkg::Build::Env
Guillem Jover
11
-87
/
+88
2016-02-15
scripts: Use new Dpkg::Build::Types module instead of ad-hoc code
Guillem Jover
2
-109
/
+31
2016-02-15
Dpkg::Build::Types: Add new module
Guillem Jover
4
-0
/
+238
[next]