Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
a40d4b7b
Commit
a40d4b7b
authored
Mar 28, 2013
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix FTBFS for .deb packages after including fix for #145.
parent
1af59b31
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
changelog
debian/changelog
+1
-0
rules
debian/rules
+2
-1
No files found.
debian/changelog
View file @
a40d4b7b
...
@@ -2,6 +2,7 @@ nx-libs (2:3.5.0.19-0) UNRELEASED; urgency=low
...
@@ -2,6 +2,7 @@ nx-libs (2:3.5.0.19-0) UNRELEASED; urgency=low
* Add Jan's reasoning for using string_rep() instead of bash based
* Add Jan's reasoning for using string_rep() instead of bash based
string substitutions as comment to /debian/Makefile.replaces.sh.
string substitutions as comment to /debian/Makefile.replaces.sh.
* Fix FTBFS for .deb packages after including fix for #145.
-- Mike Gabriel <sunweaver@debian.org> Sat, 23 Mar 2013 00:42:01 +0100
-- Mike Gabriel <sunweaver@debian.org> Sat, 23 Mar 2013 00:42:01 +0100
...
...
debian/rules
View file @
a40d4b7b
...
@@ -20,7 +20,7 @@ override_dh_clean:
...
@@ -20,7 +20,7 @@ override_dh_clean:
rm -f nx*/changelog
rm -f nx*/changelog
rm -f nx-X11/programs/Xserver/hw/nxagent/changelog
rm -f nx-X11/programs/Xserver/hw/nxagent/changelog
rm -f nx-X11/programs/nxauth/changelog
rm -f nx-X11/programs/nxauth/changelog
rm -Rf Makefile bin rgb VERSION.x2goagent
rm -Rf
replace.sh
Makefile bin rgb VERSION.x2goagent
dh_clean
dh_clean
override_dh_auto_install:
override_dh_auto_install:
...
@@ -36,6 +36,7 @@ override_dh_auto_build:
...
@@ -36,6 +36,7 @@ override_dh_auto_build:
cp -a nx-X11/programs/nxauth/CHANGELOG nx-X11/programs/nxauth/changelog
cp -a nx-X11/programs/nxauth/CHANGELOG nx-X11/programs/nxauth/changelog
cp -a nxproxy/CHANGELOG nxproxy/changelog
cp -a nxproxy/CHANGELOG nxproxy/changelog
ln -s debian/Makefile.nx-libs Makefile
ln -s debian/Makefile.nx-libs Makefile
ln -s debian/Makefile.replace.sh replace.sh
ln -s debian/wrappers bin
ln -s debian/wrappers bin
ln -s debian/rgb
ln -s debian/rgb
ln -s debian/VERSION.x2goagent
ln -s debian/VERSION.x2goagent
...
...
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