diff -u gedit-plugins-2.26.0/debian/changelog gedit-plugins-2.26.0/debian/changelog --- gedit-plugins-2.26.0/debian/changelog +++ gedit-plugins-2.26.0/debian/changelog @@ -1,3 +1,13 @@ +gedit-plugins (2.26.0-0ubuntu2) jaunty; urgency=low + + * No-change rebuild (LP: #346329) + * debian/control.in: + - Remove duplicated plugins in long description: Search for *.desktop.in.in + instead of *.desktop* (which fits for *.desktop.in and *.desktop.in.in). + - Sort plugins in long description. + + -- Benjamin Drung Sat, 21 Mar 2009 14:03:14 +0100 + gedit-plugins (2.26.0-0ubuntu1) jaunty; urgency=low [ Ken VanDine ] diff -u gedit-plugins-2.26.0/debian/rules gedit-plugins-2.26.0/debian/rules --- gedit-plugins-2.26.0/debian/rules +++ gedit-plugins-2.26.0/debian/rules @@ -11,7 +11,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python clean:: - plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.desktop\* | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/ &\\/'; echo " ")"; \ + plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.desktop.in.in | sort | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/ &\\/'; echo " ")"; \ [ $$(echo $$plugins_desc_script | grep -o \\\\ | wc -l) -eq 1 ] && echo "Error: Seems you are using this package in VCS. You need pristine source\nto update description in control file" && exit 1; \ sed \ -e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \ diff -u gedit-plugins-2.26.0/debian/control gedit-plugins-2.26.0/debian/control --- gedit-plugins-2.26.0/debian/control +++ gedit-plugins-2.26.0/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Loic Minier -Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Sebastian Dröge Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gedit-plugins/ubuntu Build-Depends: cdbs, libbonobo2-dev (>= 2.16), @@ -47,24 +47,13 @@ The following plugins are included: + * Bookmarks: Easy document navigation with bookmarks + * Bracket Completion: Automatically adds closing brackets. + * Character Map: Insert special characters just by clicking on them. * Code comment: Comment out or uncomment a selected block of code. - * Code comment: Comment out or uncomment a selected block of code. - * Color Picker: Pick a color from a dialog and insert its hexadecimal representation. * Color Picker: Pick a color from a dialog and insert its hexadecimal representation. * Draw Spaces: Draw Spaces and Tabs - * Draw Spaces: Draw Spaces and Tabs - * Session Saver: Save and restore your working sessions + * Join/Split Lines: Join several lines or split long ones * Session Saver: Save and restore your working sessions - * Bookmarks: Easy document navigation with bookmarks - * Bookmarks: Easy document navigation with bookmarks * Show/Hide Tabbar: Add a menu entry to show/hide the tabbar. - * Show/Hide Tabbar: Add a menu entry to show/hide the tabbar. - * Smart Spaces: Forget you're not using tabulations. * Smart Spaces: Forget you're not using tabulations. * Embedded Terminal: Embed a terminal in the bottom pane. - * Embedded Terminal: Embed a terminal in the bottom pane. - * Bracket Completion: Automatically adds closing brackets. - * Bracket Completion: Automatically adds closing brackets. - * Join/Split Lines: Join several lines or split long ones - * Join/Split Lines: Join several lines or split long ones - * Character Map: Insert special characters just by clicking on them. - * Character Map: Insert special characters just by clicking on them.