diff options
author | José Manuel Santamaría Lema <panfaust@gmail.com> | 2011-10-22 02:16:51 +0200 |
---|---|---|
committer | José Manuel Santamaría Lema <panfaust@gmail.com> | 2011-10-22 02:16:51 +0200 |
commit | 6dc52492bc9dc2c7d3863069816f5722616252eb (patch) | |
tree | be8a23e875478bff460dbf96aebfd830c864246a /debian/rules | |
parent | 884278516f2da8bb1e47e18c4704a374f4242454 (diff) | |
download | kde4libs-6dc52492bc9dc2c7d3863069816f5722616252eb.tar.gz |
Manage kdebase-runtime -> kde-runtime renaming.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 66c2a13..f70bc0f 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ override_dh_strip: # remove dependencies on kdebase-runtime and phonon (the metapackage) override_dh_shlibdeps: - $(overridden_command) -- -xkdebase-runtime -xphonon + $(overridden_command) -- -xkde-runtime -xphonon # Library stuff libpkgs_addsubst_allLibraries = kdelibs5-dev kdelibs5-dbg |