[Pkg-cli-apps-commits] [SCM] themonospot - application to scan video files branch, master, updated. f01496be1db6b0b85e27fe7b5d3a2853904c9c7b
Stefan Ebner
sebner at ubuntu.com
Thu Aug 27 12:30:37 UTC 2009
The following commit has been merged in the master branch:
commit f01496be1db6b0b85e27fe7b5d3a2853904c9c7b
Author: Stefan Ebner <sebner at ubuntu.com>
Date: Thu Aug 27 14:30:17 2009 +0200
Remove empty pkgconfig folder
diff --git a/debian/changelog b/debian/changelog
index 758377d..4178a6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ themonospot (0.7.3.1-2) UNRELEASED; urgency=low
* debian/copyright:
+ Add WARRANTY notice as told by GPL
* debian/rules:
- + Remove unneeded themonospot-base.pc
+ + Remove unneeded themonospot-base.pc and empty /usr/lib/pkgconfig folder
+ Pass mono-csc to configure instead of csc
+ Fix get-orig-source rule
* Add debian/README.source as part of new policy
diff --git a/debian/rules b/debian/rules
index 03369a5..f82a9c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ override_dh_auto_install:
$(CURDIR)/debian/themonospot/usr/share/pixmaps/themonospot.xpm
chmod -x $(CURDIR)/debian/themonospot/usr/share/pixmaps/themonospot.png
rm -f $(CURDIR)/debian/themonospot/usr/lib/pkgconfig/themonospot-base.pc
+ rm -rf $(CURDIR)/debian/themonospot/usr/lib/pkgconfig/
%:
dh --with quilt $@
--
themonospot - application to scan video files
More information about the Pkg-cli-apps-commits
mailing list