Skip to content

Commit

Permalink
corrected packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Apr 26, 2015
1 parent 1c8886e commit 3ea7096
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -12,8 +12,11 @@ install:
cp indicator-sysmonitor.desktop ${DESTDIR}/share/applications/

clean:
rm -rf *.deb *.tar.gz *.changes *.dsc *.upload build *.cdbs-config_list
rm -rf ../*.xz ../*.deb ../*.tar.gz ../*.changes ../*.dsc ../*.upload ../*.build ../*.cdbs-config_list

uninstall:
rm -rf ${DESTDIR}/lib/indicator-sysmonitor
rm ${DESTDIR}/bin/indicator-sysmonitor
rm ${DESTDIR}/share/applications/indicator-sysmonitor.desktop

.PHONY: clean install all
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
indicator-sysmonitor (0.6.1-1ubuntu2) trusty; urgency=medium

* correct Makefile

-- fossfreedom <foss.freedom@gmail.com> Wed, 22 Apr 2015 23:26:42 +0100

indicator-sysmonitor (0.6.0-1ubuntu1) trusty; urgency=medium

* packaging issue - forgot to create /usr/lib
Expand Down
1 change: 1 addition & 0 deletions debian/indicator-sysmonitor.links
@@ -0,0 +1 @@
/usr/lib/indicator-sysmonitor/indicator-sysmonitor /usr/bin/indicator-sysmonitor
12 changes: 7 additions & 5 deletions debian/rules
@@ -1,9 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/cdbs/1/rules/debhelper.mk
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

install/indicator-sysmonitor ::
make install DESTDIR=debian/$(cdbs_curpkg)/usr
%:
dh $@

clean ::

override_dh_auto_install:
$(MAKE) install DESTDIR=debian/indicator-sysmonitor/usr

0 comments on commit 3ea7096

Please sign in to comment.