Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
m17n-db
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
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
Debian Input Method Team
m17n-db
Commits
d283ffbf
Commit
d283ffbf
authored
1 year ago
by
Gunnar Hjalmarsson
Browse files
Options
Downloads
Patches
Plain Diff
Clean up to allow one to build twice
Closes: #1049135
parent
3c7cace2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+8
-0
8 additions, 0 deletions
debian/changelog
debian/rules
+8
-0
8 additions, 0 deletions
debian/rules
with
16 additions
and
0 deletions
debian/changelog
+
8
−
0
View file @
d283ffbf
m17n-db (1.8.3-2) UNRELEASED; urgency=medium
[ Gunnar Hjalmarsson ]
* debian/rules:
- Clean up to allow one to build twice (closes: #1049135)
-- Gunnar Hjalmarsson <gunnarhj@debian.org> Sun, 27 Aug 2023 13:13:01 +0200
m17n-db (1.8.3-1) unstable; urgency=medium
m17n-db (1.8.3-1) unstable; urgency=medium
* Team upload
* Team upload
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
8
−
0
View file @
d283ffbf
...
@@ -23,3 +23,11 @@ include /usr/share/dpkg/default.mk
...
@@ -23,3 +23,11 @@ include /usr/share/dpkg/default.mk
override_dh_missing
:
override_dh_missing
:
dh_missing
--fail-missing
dh_missing
--fail-missing
execute_after_dh_clean
:
for
F
in
*
.map
*
tab
;
do
\
if
[
"
$$
F"
=
'BLOCK.tab'
]
;
then
\
continue
;
\
fi
;
\
rm
-f
"
$$
F"
;
\
done
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