Skip to content

Commit

Permalink
add changes file and move service files to proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorn Potter committed Apr 12, 2013
1 parent 8a1ed7c commit 8b34e42
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
File renamed without changes.
6 changes: 2 additions & 4 deletions rpm/rpm.pro → config/config.pro
@@ -1,11 +1,9 @@
TEMPLATE = subdirs

OTHER_FILES += \
com.jolla.Connectiond.service \
com.jolla.Connectiond.service \
connectionagent.conf \
connectionagent.service\
connectionagent.spec\
connectionagent.yaml
connectionagent.service

dbusservice.path = $${INSTALL_PREFIX}/usr/share/dbus-1/services
dbusservice.files = com.jolla.Connectiond.service
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion connectionagent.pro
Expand Up @@ -3,7 +3,7 @@ TEMPLATE = subdirs
TEMPLATE += ordered


SUBDIRS += rpm
SUBDIRS += config
SUBDIRS += connd
SUBDIRS += connectionagentplugin
SUBDIRS += test/testqml
Expand Down
3 changes: 3 additions & 0 deletions rpm/connectionagent.changes
@@ -0,0 +1,3 @@
* Fri Apr 12 2013 Lorn Potter <lorn.potter@jollamobile.com> - 0.5.5
- add changes file and move service files to proper place

0 comments on commit 8b34e42

Please sign in to comment.