Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
initramfs-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
initramfs-tools
Commits
22783a5a
Commit
22783a5a
authored
6 years ago
by
Andrej Shadura
Committed by
Apertis package maintainers
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Import Apertis version 0.132co1
parent
24984518
No related branches found
No related tags found
No related merge requests found
Pipeline
#5266
waiting for manual action
Stage: build
Stage: postbuild
Stage: release
Changes
4
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/apertis/gitlab-ci.yml
+4
-0
4 additions, 0 deletions
debian/apertis/gitlab-ci.yml
debian/changelog
+10
-0
10 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
hook-functions
+1
-1
1 addition, 1 deletion
hook-functions
with
16 additions
and
2 deletions
debian/apertis/gitlab-ci.yml
0 → 100644
+
4
−
0
View file @
22783a5a
include
:
-
project
:
'
infrastructure/ci-package-builder'
file
:
'
/ci-package-builder.yml'
This diff is collapsed.
Click to expand it.
debian/changelog
+
10
−
0
View file @
22783a5a
initramfs-tools (0.132co1) unstable; urgency=medium
[ Héctor Orón Martínez ]
* hook-functions: do not use ln -r, it's not available in GPLv2 coreutils.
[ Sjoerd Simons ]
* Drop explicit depends on core-utils.
-- Andrej Shadura <andrew.shadura@collabora.co.uk> Tue, 12 Feb 2019 11:22:53 +0100
initramfs-tools (0.132) unstable; urgency=medium
* [4e1f80e] mkinitramfs: Don't try to remove nonexistent /var/cache/ldconfig
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
22783a5a
...
...
@@ -26,7 +26,7 @@ Package: initramfs-tools-core
Architecture: all
Multi-Arch: foreign
Recommends: ${busybox:Recommends}
Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev,
coreutils (>= 8.24),
e2fsprogs, ${misc:Depends}
Depends: klibc-utils (>= 2.0.4-8~), cpio (>= 2.12), kmod, udev, e2fsprogs, ${misc:Depends}
Suggests: bash-completion
Breaks: initramfs-tools (<< 0.121~), ${busybox:Breaks}
Replaces: initramfs-tools (<< 0.121~)
...
...
This diff is collapsed.
Click to expand it.
hook-functions
+
1
−
1
View file @
22783a5a
...
...
@@ -143,7 +143,7 @@ copy_file() {
# Create a relative link so it always points
# to the right place
ln -
r
s "${
DESTDIR}/${
link_target}" "${DESTDIR}/${target}"
ln -s "${link_target}" "${DESTDIR}/${target}"
fi
# Copy the link target if it doesn't already exist
...
...
This diff is collapsed.
Click to expand it.
Ryan Gonzalez
@refi64
mentioned in merge request
docs/apertis-website!392 (merged)
·
3 years ago
mentioned in merge request
docs/apertis-website!392 (merged)
mentioned in merge request docs/apertis-website!392
Toggle commit list
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