[Pkg-cli-apps-commits] [SCM] pinta branch, master, updated. debian/0.3-2-5-g59da485
Jo Shields
directhex at apebox.org
Tue Jul 6 06:37:08 UTC 2010
The following commit has been merged in the master branch:
commit c7f642a5a5ca354c78435f0c59c9955024073509
Author: Jo Shields <directhex at apebox.org>
Date: Tue Jul 6 07:27:31 2010 +0100
Use minimal DH7 rule, as the Automake wrapper takes care of stuff for us now
diff --git a/debian/changelog b/debian/changelog
index 3b8e643..6ace4e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ pinta (0.4+dfsg-1) UNRELEASED; urgency=low
* New upstream release
* +DFSG release of Pinta 0.4. Deleted files:
+ ./Pinta.Gui.Widgets/bin/Debug/Pinta.Gui.Widgets.dll
+ * debian/rules:
+ + Switch to entirely minimal DH7 rules file, since the Automake
+ wrapper for xbuild handles things we were having to do by hand
-- Jo Shields <directhex at apebox.org> Tue, 06 Jul 2010 07:09:12 +0100
diff --git a/debian/rules b/debian/rules
index 2b5ee35..2c993a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,19 +2,5 @@
include /usr/share/cli-common/cli.make
-override_dh_auto_build:
- xbuild $(CURDIR)/Pinta.sln
-
-override_dh_auto_install:
- install -D -m0755 $(CURDIR)/debian/pinta.sh $(CURDIR)/debian/pinta/usr/bin/pinta
-
-override_dh_auto_clean:
- rm -rf $(CURDIR)/Pinta.Gui.Widgets/obj/ \
- $(CURDIR)/Pinta.Gui.Widgets/bin/ \
- $(CURDIR)/Pinta.Core/obj/ \
- $(CURDIR)/Pinta.Resources/obj/ \
- $(CURDIR)/Pinta/obj/ \
- $(CURDIR)/bin/
-
%:
dh $@
--
pinta
More information about the Pkg-cli-apps-commits
mailing list