Here is the patch between the actual version 2 and the version 3 of packaging
diff -ruT a/debian/changelog b/debian/changelog
--- a/debian/changelog 2010-03-30 00:48:04.000000000 +0000
+++ b/debian/changelog 2010-03-30 01:19:48.000000000 +0000
@@ -1,3 +1,58 @@
+ drush (3.0-rc1) unstable; urgency=low
+
+ * 3.0 release :
+ - #723768: Various improvements to sql-sync and temp file handling
+ - #723742 by moshe weitzman. CVS package handler installs package in
+ duplicate subdirectories
+ - Add section about site aliases to README. Links to dman's doc at
+ http://drupal.org/node/670460.
+ - Add link to http://drupal.org/node/670460 from sitealias.inc
+ - #712098 by scor and grendzy. CVS package handler does not work in symlink
+ paths
+ - #724512 by scor. better fix for cvs.inc destination.
+ - #683844 by greg.1.anderson. db-su has no password passing feature?
+ - #729380 by jonhattan. notice fix in ws
+ - #726974 by ezraw. Table prefixing lost
+ - #725660 by hanoii and moshe weitzman. fix help on pm-list options.
+ - #722722 by anarcat. drush_prompt to prompt the user for arbitrary strings.
+ - #733970 by techlive. fix table prefixing on delete queries.
+ - #732602 by hanoii. drush enable won't enable 'disabled' modules on D5
+ - #547902 by jonhattan, nelinz. tail the watchdog
+ - #733564 by jonhattan. theme_username in watchdog commands.
+ - #730788 by moshe weitzman. Improve response of drush dl when there is no
+ recommended release
+ - #691944 by chiddicks. Add --pipe support to updatecode
+ - Some work on site-update command which touched sql-sync as well. More to
+ do.
+ - #654682 by hanoii. --package: Package column and grouping for pm-list
+ - #725686 by hanoii. more pm-list improvements. multiple value filters.
+ - #733256: Aliases should be loaded from 'aliases.drushrc.php' file
+ - #670994: Improve site alias documentation
+ - #670994: rsync help should point to example.aliases.drushrc.php now
+ - #739844 by brad bulger: allow complete file name as parameter to
+ php-script command
+ - #740498: Put a guard around drush_conf_override
+ - #741560: Site alias command should not require bootstrap to drupal
+ configuration
+ - #740496 by dman. Drupal7 renamed WATCHDOG_EMERG to WATCHDOG_EMERGENCY
+ - #740448 by owen barton. tput errors when running 'drush' script in cron
+ - #743368 by alex_b: Warn about ['base_url'] when Drush falls back to
+ 'default'
+ - #434944: Allow minor upgrades of drupal core
+ - #738460 by tpfeiffer: Wrong parameter quoting for PostgreSQL
+ - More robust vget
+ - Remove stray hook command. Its in devel now.
+ - Fix a nasty bug where variables would go missing from . A recent commit by
+ Greg exposed a long standing bug.
+ - #737610: Inheritance for site aliases and relative aliases
+ - #751986 by scor. Fix drush_commandfile_list() documentation
+ - #751010 by brad bulger. variable-get (vget) doesn't show all variables
+ when no argument supplied
+ - #754226: Create an 'examples' directory
+ - #750722 drupal-project-rename is proper option name.
+
+ -- Arthur Gautier <[email protected]> Mon, 29 Mar 2010 20:03:15 -0400
+
drush (2.0-6) unstable; urgency=low
* put this back to GPL2+ after discussions with Drupal.org people
diff -ruT a/debian/drush.examples b/debian/drush.examples
--- a/debian/drush.examples 2010-03-30 00:48:04.000000000 +0000
+++ b/debian/drush.examples 2010-03-30 01:19:48.000000000 +0000
@@ -1,2 +1,2 @@
- example.drush.inc
- example.drushrc.php
+ examples/example.drush.inc
+ examples/example.drushrc.php