Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Luis Guzmán
trisquel-packages
Commits
bd2eef8f
Commit
bd2eef8f
authored
Sep 10, 2021
by
Ruben Rodriguez
Browse files
Merge branch 'fix_rules_10.0' into 'master'
Fix rules 10.0 See merge request
!25
parents
60156abd
82bf898c
Changes
2
Hide whitespace changes
Inline
Side-by-side
10.0/trisquel-icon-theme/debian/changelog
View file @
bd2eef8f
trisquel-icon-theme (10.1) nabia; urgency=medium
* Fix path for data copy on rules file
-- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 06 Sep 2021 20:40:16 -0500
trisquel-icon-theme (10.0) nabia; urgency=medium
* Fix vpn nm trisquel icon
...
...
10.0/trisquel-icon-theme/debian/rules
View file @
bd2eef8f
...
...
@@ -13,7 +13,7 @@ binary-indep:
dh_testroot
dh_installchangelogs
dh_installdocs
cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d
/
-f2`
cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d
-not -path '*/\.*'
| cut -d
'/'
-f2`
dh_fixperms
dh_compress
dh_installdeb
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment