blends 0.6.3 source package in Ubuntu

Changelog

blends (0.6.3) unstable; urgency=low

  * Section for cdd-common misc instead of devel
  * Updated mailing list address of Debian Pure Blends team
  * devtools/blends-gen-control: 
     - If a task lists not a single package which is available in
       the target distribution the metapackage will be suppressed
       if option '-S' is set; there is one exception which is needed
       by Debian Edu: If Test-always-lang is set also empty tasks
       might be created
     - Prevent Suggestion of non policy conform package names
       containing upper case letters
  * devtools/Makefile:
    - Use -S option of blends-gen-control to not create
      metapackages with not a single available package
    - Set LC_ALL=C to prevent blends-gen-control from loading
      description translation files according to users environment

blends (0.6.2) unstable; urgency=low

  * Bumped policy to 3.8.1 and make use of the new feature that
    debian/control allows comment lines starting with # with no
    preceding whitespace. [Policy paragraph 5.2]
  * Fixed Vcs tags (s/cdd/blends/)

blends (0.6.1) experimental; urgency=low

  * Add sources.list.experimental
  * debian/rules: variable for package name
  * Remove explicite path /usr/sbin/ from blend-update-menus in
    templates/post{inst,rm} because lintian warns about it in the
    Blend metapackages according to Debian Policy Manual section
    6.1.
  * more elegant method to obtain package version from changelog

blends (0.6.0) experimental; urgency=low

  * The great renaming:  The confusing name Custom Debian Distribution
    was dropped after DebConf 8 and replaced by Debian Pure Blends -
    in short blends if the iDebian internal use is evident.  This
    reflects in a rename of the package and all the tools.
  * debian/copyright: new format

cdd (0.5.6) unstable; urgency=low

  * doc/Makefile: publish target now enables moving the docs to
    http://cdd.alioth.debian.org/cdd instead of
    people.debian.org/~tille/cdd
  * share/cdd/unixgroups/cdd-actions: Do not fail if there are
    NIS users on this machine.  These will just be ignored.
    Closes: #491680

cdd (0.5.5) unstable; urgency=low

  * New task header Metapackage to make it possible to disable the
    generation of a binary package with dependencies (and only get a
    tasksel task).

cdd (0.5.4) unstable; urgency=low

  * Added patch from Petter Reinholdtsen <email address hidden> to enable
    Enhances feature for tasksel.
    Closes: #489811
  * Better Debconf template for user menus which avoids lintian warnings
    in CDD metapackages.

cdd (0.5.3) unstable; urgency=low

  * Avoid rsync to build dist target
    Closes: #488262
  * Standards-Version: 3.8.0 (no changes necessary)
  * Make use of dh_lintian to install overrides
  * Lintian prefers spelling "metapackage" over meta package
    on the other hand my dictionary claims metapackage wrong
    and votes for meta-package.  I used the lintian clean
    spelling suggestion but we need some agreement about a
    consistent spelling ...

cdd (0.5.2) unstable; urgency=low

  [ Jonas Smedegaard ]
  * Changed the Maintainer to Custom Debian Distribution Team
    ( s/List/Team/ )
  * Add myself as uploader.

  [ Andreas Tille ]
  * Debhelper (>= 6.0.7): Rationale: We are using dh_lintian which
    is only available from this version on.  This is actually not needed
    to build the cdd-common or cdd-dev package, but it makes perfectly
    sense to build with the same debhelper version as cdd-dev will
    finally depend from
  * share/menu/cdd-menu: verify that /etc/cdd/cdd.conf exists before
    sourcing it because since menu 2.1.39 supports triggers on
    /usr/{lib,share}/menu update-menus is called on every touch of
    these directory and because we have no safe way to ensure that
    /etc/cdd/cdd.conf is unpackaged before cdd-menu we have to work
    around the not yet available config file.  Even if I regard this
    as a bug in menu, we have to handle this here vor the moment.
    Closes: #484167

cdd (0.5.1) unstable; urgency=low

  * Changed the Maintainer to Custom Debian Distribution List
    <email address hidden>
  * Move debian/README.source into every meta package in case such
    a file exists
    Closes: #479249
  * added dh_lintian
    Closes: #479248

cdd (0.5.0) unstable; urgency=low

  * Removed VERSION file (which is hard to maintain) and
    teach debian/rules to obtain version from debian/changelog
    to build dist target
  * devtools/rules:
    - Added dist target to build source distribution tarball
  * debian/rules:
    several fixes to make use of make variables instead of
    shell variables
  * The source tarball of a CDD is now builded with prebuilded
    debian/control file and is not rebuilded per package build
    process.
  * Added "dist" target to devtools/Makefile which builds
    "get-orig-source" target of devtools/rules.  If CDDs
    build their source tarball using these tools nothing
    has to be cleaned in build process
    Closes: #468346

cdd (0.4.8) unstable; urgency=low

  * Small fix to allow more than one binary package in control.stub
  * Added myself to uploaders.

cdd (0.4.7) unstable; urgency=low

  * devtools/rules:
    - Added '-a' / '-i' options to binary-{arch,indep} targets
    - Added a test whether we build for arch all or any around
      cdd-install-helper which is rather a quick hack than a
      real solution but works.  More discussion about what is
      needed has to be done.
  * debian/control: Build-Depends -> Build-Depends-Indep
  * templates/post{inst,rm}: Check existence of CDD configuration
    files before executing user menu code.  If no such config
    files exist there is no need to run this code

cdd (0.4.6) unstable; urgency=low

  * Fixed Vcs-Browser, Vcs-Svn (Thanks to Thijs Kinkhorst
    <email address hidden>)
  * Fix templates/post{inst,rm} to check for files from
    cdd-common before accessing them

cdd (0.4.5.1) unstable; urgency=low

  * devtools/rules: Also build binary-arch packages because
    Debian Edu needs this to have correct dependencies on all
    available architectures.

cdd (0.4.5) unstable; urgency=low

  * Add debconf templates for better menu handling
  * Regard CDD-config.postinst.stub if user provides such a file
  * share/cdd/unixgroups/cdd-actions: verify whether a group
    that should be added just exists
  * share/menu/cdd-menu: Prepend "!C menu-1" before each menu entry
    that does not contain a "!C" line to enable menu entries in
    menu-2 format
  * Added Vcs-Browser and Vcs-SVN tags
  * Standards-Version: 3.7.3 (no changes needed)
  * devtools/cdd-install-helper: removed bashism
  * devtools/rules: removed bashisms

cdd (0.4.4) unstable; urgency=low

  * Remove old useless comment in share/menu/cdd-menu
  * If there is no tasksel package wanted, just obtain the
    meta package prefix from the CDD short name
  * Make use of cdd-get-names also in cdd-gen-control script

cdd (0.4.3) unstable; urgency=low

  * Add a newline after adding config/control to debian/control
  * If a CDD provides an auto-apt helper name it CDD-config instead
    of CDD-common

cdd (0.4.2) unstable; urgency=low

  * Build-Depends: texlive-latex-base, texlive-latex-extra,
    texlive-fonts-recommended, texlive-latex-recommended
    Closes: #445777
  * debian/cdd-dev.lintian.overrides: Renamed common to config

cdd (0.4.1) unstable; urgency=low

  * Moved documentation package cdd-doc into same source package
  * Reworked debian/copyright
  * devtools/cdd-install-helper: If "Task:" keyword is missing in
    a task control file just do not put it into tasksel area under
    /usr/share/cdd/tasks/CDD

cdd (0.4) unstable; urgency=low

  * New upstream version that cdd-gen-control in favour of a newly
    adopted gen-control from Debian-Edu 0.821.
    (Please see the upstream changelog for all changes)
    Closes: #436831

cdd (0.3.11.1) unstable; urgency=low

  * Remove Bashism (source --> .)
    Closes: #394604 (of med-common, this bug did not really belong to
                     med-common but was caused by the bashism in cdd-common)
  * Standards-Version: 3.7.2 (no changes necessary)
  * Build-Depends: debhelper (>= 5)

cdd (0.3.11) unstable; urgency=low

  * Fix problem with resulting *.dsc files that did not list the
    files that were actually created in the Binary line
  * No changes necessary Standards-Version: 3.6.2
  * Removed: Conflicts: med-common (<= 0.4); which was never released
    in stable
  * Because there is no direct use of debconf in the cdd package but
    debconf is used in the package builded using cdd-dev the ${misc:Depends}
    variable does not really work.  That's why we introduce an explicite
      Depends: debconf (>= 0.5) | debconf-2.0
  * Increased dependant menu version from 2.1.12 to 2.1.25
  * Adapted lintian.overrides to reflect the change in menu
    (files now in /usr/share/menu instead of /usr/lib/menu)

cdd (0.3.10) unstable; urgency=low

  * Andreas Tille
    - Fixed some man pages and examples
    - Fixed bugs which showed up in Debian-Junior packaging
      (work around missing final newlines in several places,
       fix problem with menu items which are not using '"'
       around the entries)
  * Guillem Jover
    - Added Catalan (ca) debconf translation.
  * Otavio Salvador
    - cdd-gen-control:
      o Add -D suport to cdd-gen-control to degrade dependencies to
        recommends; 
      o Add support for architecture dependent packages;
      o Add fallback to architecture independent packages so allow
        backward compatibility;
      o Add suport to tasksel based tasks;
    - task-files: added.
  * Adopted to findutils 4.2.22: specify the -maxdepth option before
    non-option arguments

cdd (0.3.9) experimental; urgency=low

  * Otavio Salvador
    - Move the project to Subversion.
  * Andreas Tille
    - Exclude .svn dirs in dist target of debian/rules
    - Removed Provides/Replaces/Conflicts: med-common-dev
      because this package vanished completely from the archive now
      and never reached stable.
    - Moved cdd-menu from /usr/lib/menu to /usr/share/menu
    - User menus now are created from installed dependency menus
      if they are not explicitely overriden by the meta package maintainer

cdd (0.3.4) unstable; urgency=high

  * Fixed common.postinst template which finally fixed bug #259412.
  * Removed contrib non-free and non-US from the templates - we want
    to build packages for main by default, others should be added
    manually by local maintainers.
  * Urgency set to high because it *really* fixes a grave bug.

cdd (0.3.3) unstable; urgency=high

  * Remove broken code from templates/postinst to clean up
    ${HOME}/.menu directories.  This code does more harm than
    it would help.
    Closes: #259412
  * Urgency set to high because it fixes a grave bug.

cdd (0.3.2) unstable; urgency=low

  * Remove ${HOME}/.menu/cdd-menu in postinst only if ${MENU}/.menu exists
  * Added /etc/apt/apt.conf.d script to #cdd#-common templates to invoke
    cdd-update-usermenus after all meta packages of a CDD were installed
    if requested by a shared debconf variable
  * Use #CDDNAME# variable in debconf templates of cdd-dev.  This variable
    can be set either in common/conf or it is builded by "Debian-Cdd".
  * cdd-install-helper handles CDD-common.{config,template}
  * Usage of get-group-users deprecated, use cdd-tools instead.
    Moved functionality of get-group-users to unixgroups/cdd-actions.
  * Enhanced example directory.
  * Otavio Salvador
    - Add support to Pre-Depends field in cdd-gen-control script.
    - Change the default task prefix from 'education-' to 'test-'.
    - Include code to stop if exist a task with name 'common'.
  * Andre Luis Lopes
    - Added Brazilian Portuguese (pt_BR) cdd-dev debconf template
      translation.

cdd (0.3.1) unstable; urgency=low

  * Do not change ${HOME}/.menu any more as it was done in 0.3
    Thanks to Cosimo Alfarano <email address hidden>
  * Provide man page for cdd.conf
  * Added newline at end of examples/common/control
    Closes: #251889

cdd (0.3) unstable; urgency=low

  * Cosimo Alfarano <email address hidden> did some major rewriting
    to make the scripts much more flexible (many thanks to Cosimo).
  * cdd-inst-helper now adds versioned med-common dependency if menu
    is created by this package.
  * templates/post{inst,rm} feature user menu creation if variable
    UPDATEUSERMENU is set to "yes"

cdd (0.2) unstable; urgency=low

  * Initial release of this package which contains code from several
    packages but should be of common use now.
    Closes: #240243
  * Renamed med-common-dev to cdd-dev because it is intended to work
    for all Custom Debian Distributions now.
  * Renamed med-common to cdd-common.
    (old changelog is available in changelog.med-common.
  * Adopted gen-control from debian-edu-0.768

med-common-dev (0.1-5) unstable; urgency=low

  * Standards-Version: 3.6.1.0
  * Fixed typo in debian/control
    closes: #221212
    While I think that also spelling bugs should be reported and fixed
    I really wonder why people set the priority of those bugs to
    "normal" instead of "wishlist".

med-common-dev (0.1-4) unstable; urgency=low

  * really installed the examples to /usr/share/doc/med-common-dev/examples

med-common-dev (0.1-3) unstable; urgency=low

  * fixes a really stupid bug in med_install_helper

med-common-dev (0.1-2) unstable; urgency=low

  * med_install_helper script now cares for an /etc/med/menu
    directory if it was not builded in debian/rules and prints out
    a warning if no menu is provided

med-common-dev (0.1-1) unstable; urgency=low

  * Initial release
    closes: #150938

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 16:14:11 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
Original maintainer:
Debian Pure Blend Team
Architectures:
all
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
blends_0.6.3.tar.gz 101.2 KiB 26230150f5c895cc8bc0ef6a0340e78cccfda1b953145afd8c6ee85f35f6aa45
blends_0.6.3.dsc 1.2 KiB f31b5d8b8a61310c01f6e9ae86cbb4dc2c69fd9babf4a1afed337acdf724b9b9

View changes file

Binary packages built by this source

blends-common: No summary available for blends-common in ubuntu karmic.

No description available for blends-common in ubuntu karmic.

blends-dev: No summary available for blends-dev in ubuntu karmic.

No description available for blends-dev in ubuntu karmic.

blends-doc: No summary available for blends-doc in ubuntu karmic.

No description available for blends-doc in ubuntu karmic.

cdd-common: No summary available for cdd-common in ubuntu karmic.

No description available for cdd-common in ubuntu karmic.

cdd-dev: No summary available for cdd-dev in ubuntu karmic.

No description available for cdd-dev in ubuntu karmic.