Comment 10 for bug 322350

Revision history for this message
Cosme Domínguez (cosme) wrote :

New update:

codeblocks (10.05-0ubuntu1) maverick; urgency=low

  * New upstream release. Closes (LP: #322350)
   - Switch to dpkg-source 3.0 (quilt) format
   - Remove unneeded README.source
   - Update debian/watch, codeblocks now uses berlios.de host
   - Add debian/get-source-orig script that removes all
     Windows prebuilt binaries
  * debian/control
   - Add libbz2-dev and zlib1g-dev to
     Build-Depends (necessary for libhelp_plugin.so)
   - Add codeblocks-contrib-debug package
   - Bump Standards-Version to 3.9.1
   - Split architecture-independent files of codeblocks
     package in codeblocks-common package
  * debian/rules
   - Add CXXFLAGS variable
   - Add parallel build support
   - Clean and simplify some things
  * debian/patches
   - Refresh 01_codeblocks_plugin_path
   - Add 02_no_Makefiles_in_debian_dir to remove any link
     in codeblocks build system to deleted Makefiles of debian directory
   - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
  * lintian stuff
   - fixed source-contains-prebuilt-windows-binary
   - fixed binary-without-manpage
   - fixed desktop-command-not-in-package
   - fixed no-symbols-control-file
   - removed all overrides except for script-not-executable in
     codeblocks-common package

 -- Cosme Domínguez Díaz <email address hidden> Thu, 29 Jul 2010 12:19:46 +0000

Then...

* you don't need to build depend on quilt for 3.0(quilt) format.

I think not -> http://wiki.debian.org/Projects/DebSrc3.0#Doesa3.0.28quilt.29sourcepackageneedtobuild-dependonquilt.3F

* The copyright file changed. I think that the previous one is the good one...

Done

* what you are doing in get-orig-source can be achieve with the watch file (it can execute a script after downloading the file)

-> I do not know how to do it (execute a script) and the information that I found about watch file & uscan doesn't help
-> I update watch file to use berlios.de host but uscan resolves a incorrect newer release (10.05-debian1-src > 10.05-src)
-> I think that a bash script is more easy to understand and mantain that watch file & uscan system... also, I don't see any way to make a checksum of upstream tarball with that system...