summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-01-01 17:40:49 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-01-04 15:00:38 +0100
commit1c8baee05d2c94d03d866ae3e7b09664870818ff (patch)
treefa3343d0f2faebaa4a77473e3d8b6143c8398b68 /debian
parent4b3d7b1b0f5fe51b2912b870905c5cd3c250e598 (diff)
Create missing resource for Teracopy
Create missing plugins-alternative/Themes/Teracopy/resources/player_pause.png file by a symlink to plugins/Themes/Oxygen/resources/player_pause.png.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c03e217..3de6f06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ ultracopier (0.3.0.5-1) unstable; urgency=low
+ 0007-Fix-typos-in-string-shown-to-the-user.patch
* debian/rules:
+ Explicitly set build.pro as the main project file.
+ + Create missing resources/player_pause.png resource in
+ plugins-alternative/Themes/Teracopy via a symlink to
+ plugins/Themes/Oxygen/resources/player_pause.png.
* debian/control:
+ Update maintainer email address.
* debian/copyright:
diff --git a/debian/rules b/debian/rules
index 51d7303..e248004 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,12 @@ export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
override_dh_auto_configure:
+ ln -s -f ../../../../plugins/Themes/Oxygen/resources/player_pause.png plugins-alternative/Themes/Teracopy/resources
dh_auto_configure --buildsystem=qmake -- build.pro
clean:
rm -f build
+ rm -f plugins-alternative/Themes/Teracopy/resources/player_pause.png
dh clean --buildsystem=qmake
build: