Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertium-apy
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
Debian Science Team
apertium-apy
Commits
915d0fa0
Commit
915d0fa0
authored
6 years ago
by
Kartik Mistry
Browse files
Options
Downloads
Patches
Plain Diff
USe chown non-recursively
parent
ec041725
No related branches found
Branches containing commit
Tags
debian/0.9.1_r343-4
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/apertium-apy.postinst
+1
-1
1 addition, 1 deletion
debian/apertium-apy.postinst
debian/changelog
+3
-1
3 additions, 1 deletion
debian/changelog
with
4 additions
and
2 deletions
debian/apertium-apy.postinst
+
1
−
1
View file @
915d0fa0
...
...
@@ -27,7 +27,7 @@ case "$1" in
if
[
!
-d
$1
]
;
then
mkdir
$1
fi
chown
-R
$2
$1
&&
chmod
$3
$1
chown
$2
$1
&&
chmod
$3
$1
}
cd
/var/log
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
3
−
1
View file @
915d0fa0
...
...
@@ -8,8 +8,10 @@ apertium-apy (0.9.1~r343-4) unstable; urgency=low
+ Removed old comments.
* debian/copyright:
+ http->https.
* debian/apertium-apy.postinst:
+ Use non-recursive chown.
-- Kartik Mistry <kartik@debian.org> Sat, 10 Feb 2018 12:
14:24
+0530
-- Kartik Mistry <kartik@debian.org> Sat, 10 Feb 2018 12:
25:11
+0530
apertium-apy (0.9.1~r343-3) unstable; urgency=low
...
...
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