Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
dbp
Commits
57b845e8
Commit
57b845e8
authored
Oct 31, 2015
by
Steven Arnow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a changelog, removed automatic version numbers
parent
bfb17981
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
2 deletions
+22
-2
Makefile
Makefile
+0
-1
changelog
changelog
+21
-0
config.mk
config.mk
+1
-1
No files found.
Makefile
View file @
57b845e8
...
...
@@ -8,7 +8,6 @@ include config.mk
.PHONY
:
all install clean
all
:
@
./update_version
@
echo
" [INIT] build/"
@
$(MKDIR)
build/
@
echo
" [INIT] build/bin"
...
...
changelog
0 → 100644
View file @
57b845e8
== Legend ==
+ Feature added
- Feature removed
* Bug fixed
[0.6.10] First numbered release - 2015-10-31
* Fixed bug causing dbp-desktopd creating "unsafe" launchers
* Minor memory leaks in the dbpd DBus code has been fixed
+ Delayed umount of packages implemented in dbpd
% Leaved a mounted package around for a bit in case it is
% launched again.
+ Basic check of package architecture
% Package architecture is checked against supported ones listed
% in dbp_config.ini, dbp-run throws an error if it's unsupported.
+ dbpd now supports override files
% It is now possible to inject and/or override .desktop launchers
% in a package by placing special files in its appdata directory
+ Missing dependency dialog cares about input
% An aborted package launch is actually aborted now
% Installing of deps is still unsupported and throws an error
config.mk
View file @
57b845e8
...
...
@@ -28,7 +28,7 @@ RM = rm -fR
MKDIR
=
mkdir
-p
CP
=
cp
MV
=
mv
PREFIX
?=
$(TOPDIR)
/install
PREFIX
?=
/
ifneq
($(wildcard /etc/debian_version),)
#Debian packaging
...
...
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