index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
Dpkg
/
Source
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
Merge commit '1.15.8.8'
Raphaël Hertzog
3
-37
/
+70
2011-01-06
Fix multiple security issues with dpkg-source (CVE-2010-1679)
Raphaël Hertzog
3
-37
/
+70
2011-01-03
Dpkg::Source::Package::V1.pm: correctly detect debian files
Raphaël Hertzog
1
-1
/
+1
2010-10-03
dpkg-source: correctly create .pc/.quilt_series with alternate series files
Raphaël Hertzog
1
-1
/
+3
2010-09-19
dpkg-source: properly exclude debian/source/local-options in source format 1.0
Raphaël Hertzog
1
-0
/
+1
2010-09-18
dpkg-source: ensure debian/source/local-options is always excluded
Raphaël Hertzog
1
-1
/
+1
2010-09-05
dpkg-source: drop -k parameter from the tar command line used to extract tarb...
Raphaël Hertzog
1
-1
/
+1
2010-08-26
Add gettext messages for plural forms
Guillem Jover
1
-3
/
+6
2010-07-26
dpkg-source: drop upstream debian directory before copying the debian one in ...
Raphaël Hertzog
1
-0
/
+1
2010-07-25
dpkg-source: fix path to gitshallow file in source format "3.0 (git)"
Joey Hess
1
-1
/
+1
2010-07-25
dpkg-source: replace tar ignore pattern *~ with */*~
Raphaël Hertzog
1
-1
/
+1
2010-07-25
dpkg-source: modify source format "3.0 (git)" to use git bundle
Joey Hess
1
-207
/
+107
2010-06-11
Dpkg::Source::Patch: capture output of patch and print it on error
Raphaël Hertzog
2
-3
/
+13
2010-06-10
dpkg-source: new option --abort-on-upstream-changes
Raphaël Hertzog
2
-0
/
+14
2010-06-10
dpkg-source: new --unapply-patches option
Raphaël Hertzog
2
-0
/
+50
2010-05-19
Merge branch 'sid' (through tag '1.15.7.1')
Guillem Jover
1
-0
/
+1
2010-05-02
dpkg-source: implement --before-build and --after-build command
Raphaël Hertzog
2
-0
/
+13
2010-05-01
dpkg-source: add Bug-Ubuntu field in DEP-3 template
Raphaël Hertzog
1
-0
/
+1
2010-04-22
dpkg-source: fix ignore regexp for source format 1.0 when -i is not used
Raphaël Hertzog
1
-1
/
+1
2010-04-09
dpkg-source: do not allow underscore in component name for supplementary tarb...
Raphaël Hertzog
2
-4
/
+4
2010-04-02
dpkg-source: fix initialization of diff-ignore in 1.0 format
Raphaël Hertzog
1
-1
/
+5
2010-04-01
dpkg-source: support debian/source/local-options
Raphaël Hertzog
2
-0
/
+4
2010-03-29
Dpkg::Source::Package: do not overwrite debian/source/format if it already ex...
Raphaël Hertzog
1
-4
/
+6
2010-03-28
Dpkg::Source::Package: add .gitattributes to dpkg-source ignore lists
Raphaël Hertzog
1
-1
/
+2
2010-03-16
dpkg-source: support unpacking old source packages lacking the Format field
Colin Watson
1
-1
/
+3
2010-03-10
Dpkg::Source::Package::V3::quilt: sanity check of series file
Raphaël Hertzog
1
-0
/
+1
2010-03-10
Dpkg::Source::Patch: add more sanity checks on patches
Raphaël Hertzog
1
-2
/
+15
2010-02-25
Dpkg::Checksums: rewrite to provide an object-oriented API
Raphaël Hertzog
1
-44
/
+11
2010-02-21
dpkg-source: new option --create-empty-orig in formats "2.0" and "3.0 (quilt)"
Raphaël Hertzog
2
-8
/
+28
2010-02-21
Dpkg::Source: fix parsing of diff's output to be POSIX-compliant
Raphaël Hertzog
2
-2
/
+5
2010-02-21
Add $VERSION numbers to all perl modules
Raphaël Hertzog
11
-0
/
+22
2010-02-20
Update Dpkg::Control::* to use Dpkg::Interface::Storable
Raphaël Hertzog
1
-3
/
+1
2010-02-19
libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()
Guillem Jover
4
-24
/
+24
2010-01-27
Dpkg::Source::Patch: fix output of patch with an header
Raphaël Hertzog
1
-1
/
+1
2010-01-23
dpkg-source: unpacking a 3.0 (quilt) source package configures quilt accordingly
Raphaël Hertzog
1
-4
/
+22
2010-01-22
Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::Compressor
Raphaël Hertzog
2
-4
/
+2
2010-01-22
Dpkg::Compression: new API based on public functions
Raphaël Hertzog
6
-16
/
+18
2010-01-22
Dpkg::Compression::CompressedFile: update API
Raphaël Hertzog
2
-55
/
+51
2010-01-22
Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFile
Raphaël Hertzog
3
-152
/
+3
2010-01-22
Rename Dpkg::Source::Compressor into Dpkg::Compression::Compressor
Raphaël Hertzog
3
-134
/
+3
2009-12-23
dpkg-source: ensure quilt's .pc directory is created before writing .pc/appli...
Raphaël Hertzog
1
-0
/
+1
2009-12-02
dpkg-source: verify version of the quilt metadata before build
Raphaël Hertzog
1
-0
/
+28
2009-12-02
dpkg-source: support debian/source/patch-header
Raphaël Hertzog
2
-1
/
+17
2009-12-02
dpkg-source: support --single-debian-patch for "3.0 (quilt)"
Raphaël Hertzog
1
-1
/
+14
2009-12-02
Dpkg::Source::Package::V3::quilt: create and use .pc directory
Raphaël Hertzog
2
-168
/
+135
2009-11-24
Dpkg::Source::Package::V3::quilt: check debian/patches{,series} before build
Raphaël Hertzog
1
-0
/
+18
2009-11-24
Dpkg::Source::Package::V3::quilt: set QUILT_PATCH_OPTS to mimick D::S::Patch
Raphaël Hertzog
1
-2
/
+4
2009-11-22
dpkg-source: fail if several orig.tar files are available
Raphaël Hertzog
1
-0
/
+4
2009-11-11
dpkg-source: add a DEP-3 compliant header to automatic patches
Raphaël Hertzog
3
-3
/
+57
2009-11-11
dpkg-source: list upstream files modified by the diff during build
Raphaël Hertzog
1
-1
/
+11
[next]