Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
Tar
Commits
3ec0a6c2
Commit
3ec0a6c2
authored
11 years ago
by
Bdale Garbee
Browse files
Options
Downloads
Patches
Plain Diff
add build-deps so that ACL, XATTR, and SELinux support get included
parent
50527ede
Branches
Branches containing commit
Tags
debian/1.27-4
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
with
9 additions
and
2 deletions
debian/changelog
+
7
−
0
View file @
3ec0a6c2
tar (1.27-4) unstable; urgency=low
* add ACL, XATTR, and SELinux support by augmenting build-deps so the
configure will find the right libraries, closes: #732071
-- Bdale Garbee <bdale@gag.com> Sat, 14 Dec 2013 10:05:08 -0700
tar (1.27-3) unstable; urgency=low
* patch from Joey Hess to allow tar to replicate 1.26 output on behalf
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
3ec0a6c2
...
...
@@ -3,8 +3,8 @@ Section: utils
Priority: required
Maintainer: Bdale Garbee <bdale@gag.com>
Uploaders: Carl Worth <cworth@cworth.org>
Build-Depends: debhelper (>> 5), gettext, autoconf, autotools-dev
Standards-Version: 3.9.
4
Build-Depends: debhelper (>> 5), gettext, autoconf, autotools-dev
, libacl1-dev, libattr1-dev, libselinux1-dev [linux-any]
Standards-Version: 3.9.
5
Vcs-Git: git://git.gag.com/debian/tar
Vcs-Browser: http://git.gag.com/?p=debian/tar
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment