[Pkg-cli-apps-commits] r4521 - in /packages/gnome-do-plugins/trunk/debian: changelog control rules
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Sun Feb 15 01:39:17 UTC 2009
Author: laney-guest
Date: Sun Feb 15 01:39:17 2009
New Revision: 4521
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4521
Log:
* debian/control: Add ${misc:Depends} build-dep
* debian/rules: Do not fail if configure is missing (e.g. clean twice in a
row)
Modified:
packages/gnome-do-plugins/trunk/debian/changelog
packages/gnome-do-plugins/trunk/debian/control
packages/gnome-do-plugins/trunk/debian/rules
Modified: packages/gnome-do-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/changelog?rev=4521&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/changelog (original)
+++ packages/gnome-do-plugins/trunk/debian/changelog Sun Feb 15 01:39:17 2009
@@ -1,5 +1,6 @@
-gnome-do-plugins (0.8.0.2+dfsg-1) UNRELEASED; urgency=low
+gnome-do-plugins (0.8.0.2+dfsg-1) jaunty; urgency=low
+ [ Christopher James Halse Rogers ]
* New upstream version
* debian/control:
+ gnome-sharp2 transition (LP: #314516)
@@ -16,6 +17,11 @@
* debian/patches/01_firefox_iceweasel_rename:
+ Refresh for new upsteam changes.
+ Extend to also make the Firefox bookmark plugin index iceweasel bookmarks
+
+ [ Iain Lane ]
+ * debian/control: Add ${misc:Depends} build-dep
+ * debian/rules: Do not fail if configure is missing (e.g. clean twice in a
+ row)
-- Christopher James Halse Rogers <raof at ubuntu.com> Thu, 05 Feb 2009 16:58:51 +1100
Modified: packages/gnome-do-plugins/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/control?rev=4521&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/control (original)
+++ packages/gnome-do-plugins/trunk/debian/control Sun Feb 15 01:39:17 2009
@@ -43,6 +43,7 @@
Package: gnome-do-plugins
Architecture: all
Depends: ${cli:Depends},
+ ${misc:Depends},
gnome-do (>= 0.8)
Recommends: mlocate | slocate | locate
Conflicts: gnome-do-plugin-amarok, gnome-do-plugin-rhythmbox
Modified: packages/gnome-do-plugins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gnome-do-plugins/trunk/debian/rules?rev=4521&op=diff
==============================================================================
--- packages/gnome-do-plugins/trunk/debian/rules (original)
+++ packages/gnome-do-plugins/trunk/debian/rules Sun Feb 15 01:39:17 2009
@@ -21,7 +21,7 @@
dh clean
# Clean buildsystem changes
find . -iname Makefile.in -delete
- rm configure
+ rm -f configure
install: build
dh $@
More information about the Pkg-cli-apps-commits
mailing list