Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cruft-ng
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jochen Sprickerhof
cruft-ng
Commits
9c30f6b8
Commit
9c30f6b8
authored
2 years ago
by
Alexandre Detiste
Browse files
Options
Downloads
Patches
Plain Diff
release now to fix RC bug, enable dh-cruft later
parent
18d645d5
No related branches found
Branches containing commit
Tags
debian/0.9.48
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+3
-4
3 additions, 4 deletions
debian/changelog
debian/control
+11
-11
11 additions, 11 deletions
debian/control
debian/rules
+3
-3
3 additions, 3 deletions
debian/rules
with
17 additions
and
18 deletions
debian/changelog
+
3
−
4
View file @
9c30f6b8
cruft-ng (0.9.48) unstable; urgency=medium
* new "dh-cruft" binary package: this DebHelper module is to be used
by source package that wants to provide their own rules.
* rewrite last script that needed the "file" command (Closes: #1023336)
* rewrite last script that needed the "file" command
(Closes: #1023336, #1024168)
* many more performance improvements by Christian Göttsche
* add rules for: firebird3.0-server
-- Alexandre Detiste <alexandre.detiste@gmail.com>
Sat, 05
Nov 2022
0
1:
4
8:
5
3 +0100
-- Alexandre Detiste <alexandre.detiste@gmail.com>
Fri, 18
Nov 2022
1
1:
3
8:3
4
+0100
cruft-ng (0.9.47) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
11
−
11
View file @
9c30f6b8
...
...
@@ -41,17 +41,17 @@ Description: programs that helps analyse volatile "cruft" files on your system
Packages wanting to document such volatile files can do so
using dh-cruft.
Package: dh-cruft
Depends: ${perl:Depends}, ${misc:Depends}
Architecture: all
Provides: dh-sequence-cruft
Description: plugin for DebHelper to register .cruft and .purge files
While the files listed in debian/<package>.cruft will simply be
accounted for; the one in debian/<package>.purge will actually
be removed in the final purge step after package removal.
.
Some demo package can be found at:
https://github.com/a-detiste/dh-cruft-test
#
Package: dh-cruft
#
Depends: ${perl:Depends}, ${misc:Depends}
#
Architecture: all
#
Provides: dh-sequence-cruft
#
Description: plugin for DebHelper to register .cruft and .purge files
#
While the files listed in debian/<package>.cruft will simply be
#
accounted for; the one in debian/<package>.purge will actually
#
be removed in the final purge step after package removal.
#
.
#
Some demo package can be found at:
#
https://github.com/a-detiste/dh-cruft-test
Package: cruft
Depends: cruft-ng, ${misc:Depends}
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
3
View file @
9c30f6b8
...
...
@@ -18,12 +18,12 @@ endif
override_dh_auto_install:
dh_auto_install --destdir=debian/cruft-ng
mkdir -p debian/tmp/
pod2man --utf8 dh-cruft/dh_cruft debian/tmp/dh_cruft.1
#
mkdir -p debian/tmp/
#
pod2man --utf8 dh-cruft/dh_cruft debian/tmp/dh_cruft.1
override_dh_install:
dh_install
sed -i 's/DH_CRUFT_VERSION/"$(DEB_VERSION)"/' debian/dh-cruft/usr/bin/dh_cruft
#
sed -i 's/DH_CRUFT_VERSION/"$(DEB_VERSION)"/' debian/dh-cruft/usr/bin/dh_cruft
ifeq ($(DEB_DISTRIBUTION),$(filter $(DEB_DISTRIBUTION),buster focal))
mkdir -p debian/cruft-ng/usr/lib/cruft/
cp -a csv.py debian/cruft-ng/usr/lib/cruft/
...
...
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