summaryrefslogtreecommitdiff
path: root/libre/dpkg/dpkg-gpg2.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-07 17:49:10 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-07 17:49:10 -0300
commitd7621981ce7fd57a8260f480e3802e937f5e9c08 (patch)
tree79f35245d1cf29e0ada55b3ab9885b7ecc13699e /libre/dpkg/dpkg-gpg2.patch
parent3862a22926e210fa4e2688330f2ced43a6b2d3fb (diff)
parent556aa85ce6326285a2d60abfc1af59dbe64863a4 (diff)
downloadabslibre-d7621981ce7fd57a8260f480e3802e937f5e9c08.tar.gz
abslibre-d7621981ce7fd57a8260f480e3802e937f5e9c08.tar.bz2
abslibre-d7621981ce7fd57a8260f480e3802e937f5e9c08.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/dpkg/dpkg-gpg2.patch')
-rw-r--r--libre/dpkg/dpkg-gpg2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/dpkg/dpkg-gpg2.patch b/libre/dpkg/dpkg-gpg2.patch
deleted file mode 100644
index 28671c484..000000000
--- a/libre/dpkg/dpkg-gpg2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- dpkg-1.16.9/scripts/Dpkg/Source/Package.pm.orig 2013-01-09 01:28:47.000000000 -0500
-+++ dpkg-1.16.9/scripts/Dpkg/Source/Package.pm 2013-01-09 01:30:51.000000000 -0500
-@@ -344,7 +344,7 @@
- my $dsc = $self->get_filename();
- my @exec;
- if (find_command('gpgv')) {
-- push @exec, "gpgv";
-+ push @exec, "gpgv", "--verify";
- } elsif (find_command('gpg')) {
- push @exec, "gpg", "--no-default-keyring", "-q", "--verify";
- }