diff options
author | Slávek Banko <[email protected]> | 2018-11-10 18:08:55 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-10 18:18:37 +0100 |
commit | fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23 (patch) | |
tree | 0c4488a8657e2364c33f3f011ea5edcf462a9db0 /ubuntu/maverick/tdevelop/debian/rules | |
parent | 9b3636a76e33273c325c9a515ee779aee1a5088b (diff) | |
download | tde-packaging-fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23.tar.gz tde-packaging-fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23.zip |
DEB: Remove a mechanism for updating the uploaders list.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/maverick/tdevelop/debian/rules')
-rwxr-xr-x | ubuntu/maverick/tdevelop/debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ubuntu/maverick/tdevelop/debian/rules b/ubuntu/maverick/tdevelop/debian/rules index d07b4750e..ebb5428b2 100755 --- a/ubuntu/maverick/tdevelop/debian/rules +++ b/ubuntu/maverick/tdevelop/debian/rules @@ -9,10 +9,6 @@ LD_LIBRARY_PATH += :/opt/trinity/lib:debian/tmp/opt/trinity/lib endif export LD_LIBRARY_PATH -# work around debian/cdbs/uploaders.mk -makebuilddir:: - [ -f debian/control.tmp ] || cp debian/control debian/control.tmp - include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk |