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
d6bcc300
Commit
d6bcc300
authored
6 years ago
by
Bdale Garbee
Browse files
Options
Downloads
Patches
Plain Diff
move to /usr/sbin for libexecdir, simplifies rmt handling
parent
4c55a202
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+2
-2
2 additions, 2 deletions
debian/changelog
debian/rules
+5
-6
5 additions, 6 deletions
debian/rules
debian/tar-scripts.dirs
+0
-1
0 additions, 1 deletion
debian/tar-scripts.dirs
with
7 additions
and
9 deletions
debian/changelog
+
2
−
2
View file @
d6bcc300
tar (1.30+dfsg-5) unstable; urgency=medium
*
don't deliver empty /usr/lib/tar in tar package, closes:
#919493
*
change libexecdir in configure to /usr/sbin, closes: #760247,
#919493
* switched to upstream man pages as of 1.29b, closes: #729980, #391060
* add references to the non-free tar-doc package, and the URL for the
tar documentation on the FSF's web site to README.Debian,
closes: #711726
-- Bdale Garbee <bdale@gag.com>
Su
n, 0
3
Feb 2019
21:07:52
-0700
-- Bdale Garbee <bdale@gag.com>
Mo
n, 0
4
Feb 2019
10:43:28
-0700
tar (1.30+dfsg-4) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
6
View file @
d6bcc300
...
...
@@ -26,7 +26,7 @@ configure-stamp:
autoreconf --force -v --install
RSH="/usr/bin/rsh" CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \
--prefix=/usr \
--libexecdir=/usr/
lib/tar
\
--libexecdir=/usr/
sbin
\
--enable-backup-scripts \
--with-lzma=xz \
--disable-silent-rules \
...
...
@@ -69,16 +69,15 @@ install: build
dh_installdirs
make install bindir=`pwd`/debian/tar/bin prefix=`pwd`/debian/tar/usr \
libexecdir=`pwd`/debian/tar/usr/lib/tar
libexecdir=`pwd`/debian/tar/usr/sbin
mv debian/tar/usr/sbin/rmt debian/tar/usr/sbin/rmt-tar
ln -s /usr/sbin/rmt debian/tar/etc/rmt
mv debian/tar/usr/lib/tar/rmt debian/tar/usr/sbin/rmt-tar
install -m 755 debian/tarcat debian/tar/usr/sbin/tarcat
mv debian/tar/usr/sbin/backup debian/tar-scripts/usr/sbin/tar-backup
mv debian/tar/usr/sbin/restore debian/tar-scripts/usr/sbin/tar-restore
mv debian/tar/usr/lib/tar/backup.sh debian/tar-scripts/usr/lib/tar/
mv debian/tar/usr/lib/tar/dump-remind debian/tar-scripts/usr/lib/tar/
rmdir debian/tar/usr/lib
mv debian/tar/usr/sbin/backup.sh debian/tar-scripts/usr/sbin/
mv debian/tar/usr/sbin/dump-remind debian/tar-scripts/usr/sbin/
# Build architecture-independent files here.
binary-indep: build install
...
...
This diff is collapsed.
Click to expand it.
debian/tar-scripts.dirs
+
0
−
1
View file @
d6bcc300
usr/lib/tar
usr/sbin
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