Bug#865428: tar-scripts: make tar-scripts package depend on tar package

2017-08-02 Thread Bdale Garbee
tags 865428 +pending
thanks

Alexander Lazarević  writes:

> The tar-scripts package got extracted out of the tar package with
> version 1.26+dfsg-9 and should depend on any newer tar package version
> from there on. It should also be in conflict with older tar packages,
> that still contain what is now in the tar-scripts package.

Thanks for the suggestion, I've made this change in my revision control
system for the next upload.

Bdale


signature.asc
Description: PGP signature


Bug#865428: tar-scripts: make tar-scripts package depend on tar package

2017-06-21 Thread Alexander Lazarević
Package: tar-scripts
Version: 1.29b-1.1
Severity: normal
Tags: patch

Hi!

The tar-scripts package got extracted out of the tar package with
version 1.26+dfsg-9 and should depend on any newer tar package version
from there on. It should also be in conflict with older tar packages,
that still contain what is now in the tar-scripts package.

-- System Information:
Debian Release: stretch/sid
  APT prefers zesty-updates
  APT policy: (500, 'zesty-updates'), (500, 'zesty-security'), (500, 'zesty'), 
(100, 'zesty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.10.0-22-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information
>From 132d77c43c9994fb495e340695f81a8d70d9577d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20Lazarevi=C4=87?= 
Date: Wed, 21 Jun 2017 13:17:34 +0200
Subject: [PATCH] make tar-scripts package depend on tar package

The tar-scripts package got extracted out of the tar package with
version 1.26+dfsg-9 and should depend on any newer tar package version
from there on. It should also be in conflict with older tar packages,
that still contain what is now in the tar-scripts package.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 71c9c7cd..6b6081a5 100644
--- a/debian/control
+++ b/debian/control
@@ -28,8 +28,8 @@ Package: tar-scripts
 Architecture: any
 Priority: optional
 Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: dump, openafs-client
+Depends: ${shlibs:Depends}, ${misc:Depends}, tar (>> 1.26+dfsg-8)
+Conflicts: tar (<< 1.26+dfsg-9), dump, openafs-client
 Description: optional scripts for GNU version of the tar archiving utility
  This package provides the backup, restore, backup.sh, and dump-remind
  scripts that are mentioned in the tar documentation. 
-- 
2.11.0