[Pkg-cli-apps-commits] r4492 - in /packages/graphmonkey/trunk/debian: changelog patches/correct-location
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Sat Jan 31 20:36:00 UTC 2009
Author: laney-guest
Date: Sat Jan 31 20:36:00 2009
New Revision: 4492
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4492
Log:
Use quilt for patching instead of directly in diff. Modify patch to
install in /usr/lib/graphmonkey per CLI policy.
Modified:
packages/graphmonkey/trunk/debian/changelog
packages/graphmonkey/trunk/debian/patches/correct-location
Modified: packages/graphmonkey/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/changelog?rev=4492&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/changelog (original)
+++ packages/graphmonkey/trunk/debian/changelog Sat Jan 31 20:36:00 2009
@@ -5,11 +5,12 @@
* debian/rules:
+ Add get-orig source target
+ Fix make-clean-error lintian warning
- * Use quilt for patching instead of directly in diff
+ * Use quilt for patching instead of directly in diff. Modify patch to
+ install in /usr/lib/graphmonkey per CLI policy.
* Update for Mono 2.0 transition, thanks to James Westby (Closes: #510044)
- * Bump standards-version to 3.8.0, move Homepage field
+ * Bump standards-version to 3.8.0, move Homepage field
- -- Iain Lane <laney at ubuntu.com> Sat, 31 Jan 2009 20:09:37 +0000
+ -- Iain Lane <laney at ubuntu.com> Sat, 31 Jan 2009 20:36:41 +0000
graphmonkey (1.6-1) unstable; urgency=low
Modified: packages/graphmonkey/trunk/debian/patches/correct-location
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/graphmonkey/trunk/debian/patches/correct-location?rev=4492&op=diff
==============================================================================
--- packages/graphmonkey/trunk/debian/patches/correct-location (original)
+++ packages/graphmonkey/trunk/debian/patches/correct-location Sat Jan 31 20:36:00 2009
@@ -15,12 +15,12 @@
- mkdir -p $(SHARE)/graphmonkey
- cp -f $(EXEC) $(SHARE)/graphmonkey
- cp -f graphmonkey $(BIN)
-+ mkdir $(DESTDIR)/usr/share/graphmonkey
-+ cp $(EXEC) $(DESTDIR)/usr/share/graphmonkey/
++ mkdir $(DESTDIR)/usr/lib/graphmonkey
++ cp $(EXEC) $(DESTDIR)/usr/lib/graphmonkey/
+ cp graphmonkey $(DESTDIR)/usr/bin
--- a/graphmonkey
+++ b/graphmonkey
@@ -1,2 +1,2 @@
#!/bin/sh
-mono /usr/local/share/graphmonkey/GraphMonkey.exe
-+mono /usr/share/graphmonkey/GraphMonkey.exe
++mono /usr/lib/graphmonkey/GraphMonkey.exe
More information about the Pkg-cli-apps-commits
mailing list