summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-09-18 08:22:18 +0200
committerJoey Hess <joey@kitenet.net>2012-09-18 12:51:37 -0400
commit31f1d8fc360fa266e35c1834a2df7707b895a4da (patch)
tree807d7f98d90bc9a09923481803378b52e0870c78
parente0df9acd520956be93d1df7ecca77d0fe2518bd1 (diff)
Do not filter list and conffiles control files from --control-path
These files have never been exposed through this interface, so there's no actual need to filter them. Signed-off-by: Guillem Jover <guillem@debian.org>
-rwxr-xr-xdpkg-repack4
1 files changed, 1 insertions, 3 deletions
diff --git a/dpkg-repack b/dpkg-repack
index e48fd74..eea4ddf 100755
--- a/dpkg-repack
+++ b/dpkg-repack
@@ -156,9 +156,7 @@ sub Install_DEBIAN {
foreach my $fn (@control_files) {
my ($basename)=$fn=~m/^.*\.(.*?)$/;
- if ($basename ne 'list' && $basename ne 'conffiles') {
- SafeSystem "cp","-p",$fn,"$build_dir/DEBIAN/$basename","";
- }
+ SafeSystem "cp","-p",$fn,"$build_dir/DEBIAN/$basename","";
}
# Conffiles have to be handled specially, because