View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/nvidia-cg-toolkit 1 Development 2015-05-06 15:54:46 UTC
11. [ Andreas Beckmann ] * Adopt package....

Author: micove
Revision Date: 2012-05-24 20:45:17 UTC

[ Andreas Beckmann ]
* Adopt package. (Closes: #649514)
* New Maintainer: Debian NVIDIA Maintainers.
* New Uploaders: Miguel A. Colón Vélez, Russ Allbery, and myself.
* Move packaging git repository to pkg-nvidia:
  git://git.debian.org/git/pkg-nvidia/nvidia-cg-toolkit.git
* Acknowledge l10n NMUs. (Closes: #610093)
* Update Lintian overrides.
* Review, reorder, and simplify the packaging.
* Add XS-Autobuild: yes.
* Use Breaks/Replaces: nvidia-cg-toolkit (<< ${source:Version}) to allow
  upgrades from old monolithic packages in Ubuntu and from NVIDIA.
* Document a possible package build workflow in README.source.
* Error out early if the .orig-*.tar.gz are not unpacked before build.

[ Miguel A. Colón Vélez ]
* New upstream release 3.1.0013 (April 2012).
  - Since release 2.1 the upstream license allows redistribution, so convert
    the packaging from an installer package (in contrib) to a set of
    packages: nvidia-cg-{toolkit,dev,doc}, libcg, libcggl (in non-free).
  (Closes: #506494, #539418, #502457, #639857)
* Remove installer script, debconf translations and related dependencies.
* nvidia-cg-toolkit.preinst: Run installer script in uninstallation mode
  before upgrade.
* Convert package to 3.0 (quilt) format.
* Add watch file, get-orig-source target, and README.source.
* Use two pristine upstream tarballs (*.orig-{amd64,i386}.tar.gz) and an
  empty *.orig.tar.gz (via create-empty-orig in debian/source/options).
* Bump Standards-Version to 3.9.3.
* Update copyright file as per DEP-5.
* Bump debhelper to (>= 9) and compat version to 9.
* Simplify the rules file by using the dh helper.
* Change Section from contrib/libs to non-free/libs.
* Update the README.Debian file and Homepage.
* Add build dependencies for cginfo and cgfxcat.
* Compile cginfo and cgfxcat instead of using the prebuilt binaries.
  - Ensure the hardened LDFLAGS are used.
  - Link cginfo and cgfxcat with --as-needed to reduce library footprint.
* Don't strip the prebuilt binaries since stripping may violate the license
  (modifies binaries).
* Use the manpages from version 3.0.0016 for the binaries in the
  nvidia-cg-toolkit package. They got removed upstream in version 3.1.0010 but
  are still included in the Cg Reference Manual.
  - Fix a spelling error in cgc.1 (compatable -> compatible).
* Add multiarch support.
* Create the libcg and libcggl packages.
  - Unfortunately upstream provides libraries with an unversioned SONAME.
  - Use Multi-Arch: same.
  - Breaks/Replaces old nvidia-cg-toolkit and libcg.
  - Create the libcg.symbols and libcggl.symbols files.
  - Create *.postinst/*.postrm according to Debian policy 8.1.1.
* Create the nvidia-cg-dev package.
  - Use Multi-Arch: same.
  - Depend on the new libcg and libcggl packages.
  - Breaks/Replaces old nvidia-cg-toolkit.
* Create the nvidia-cg-doc package.
  - Breaks/Replaces old nvidia-cg-toolkit.
  - Don't compress the examples (Makefile, *.h, *.c, *.cpp, *.cg).
  - Don't include the license.pdf/license.txt files since a verbatim copy is
    included in the copyright file.
  - Don't include the Microsoft Visual Studio files.
  - Don't include architecture dependent files. These files can be
    recompiled by the user since the sources are included.
* Package nvidia-cg-toolkit:
  - Change Section to non-free/devel.
  - Depend on the new libcg, libcggl and nvidia-cg-dev packages.
  - Suggest the newly created nvidia-cg-doc package.
  - Update description using the latest information from the Nvidia website.
* {libcg,nvidia-cg-doc}.postinst: Manually remove /usr/lib/libCg.so and
  /usr/lib/libCgGL.so. Due to the removal of the /usr/lib64 symlink, the
  installer script does not remove these files.

[ Russ Allbery ]
* Add DM-Upload-Allowed: yes.

lp:ubuntu/vivid/nvidia-cg-toolkit 2 Mature 2014-10-26 17:14:08 UTC
11. [ Andreas Beckmann ] * Adopt package....

Author: micove
Revision Date: 2012-05-24 20:45:17 UTC

[ Andreas Beckmann ]
* Adopt package. (Closes: #649514)
* New Maintainer: Debian NVIDIA Maintainers.
* New Uploaders: Miguel A. Colón Vélez, Russ Allbery, and myself.
* Move packaging git repository to pkg-nvidia:
  git://git.debian.org/git/pkg-nvidia/nvidia-cg-toolkit.git
* Acknowledge l10n NMUs. (Closes: #610093)
* Update Lintian overrides.
* Review, reorder, and simplify the packaging.
* Add XS-Autobuild: yes.
* Use Breaks/Replaces: nvidia-cg-toolkit (<< ${source:Version}) to allow
  upgrades from old monolithic packages in Ubuntu and from NVIDIA.
* Document a possible package build workflow in README.source.
* Error out early if the .orig-*.tar.gz are not unpacked before build.

[ Miguel A. Colón Vélez ]
* New upstream release 3.1.0013 (April 2012).
  - Since release 2.1 the upstream license allows redistribution, so convert
    the packaging from an installer package (in contrib) to a set of
    packages: nvidia-cg-{toolkit,dev,doc}, libcg, libcggl (in non-free).
  (Closes: #506494, #539418, #502457, #639857)
* Remove installer script, debconf translations and related dependencies.
* nvidia-cg-toolkit.preinst: Run installer script in uninstallation mode
  before upgrade.
* Convert package to 3.0 (quilt) format.
* Add watch file, get-orig-source target, and README.source.
* Use two pristine upstream tarballs (*.orig-{amd64,i386}.tar.gz) and an
  empty *.orig.tar.gz (via create-empty-orig in debian/source/options).
* Bump Standards-Version to 3.9.3.
* Update copyright file as per DEP-5.
* Bump debhelper to (>= 9) and compat version to 9.
* Simplify the rules file by using the dh helper.
* Change Section from contrib/libs to non-free/libs.
* Update the README.Debian file and Homepage.
* Add build dependencies for cginfo and cgfxcat.
* Compile cginfo and cgfxcat instead of using the prebuilt binaries.
  - Ensure the hardened LDFLAGS are used.
  - Link cginfo and cgfxcat with --as-needed to reduce library footprint.
* Don't strip the prebuilt binaries since stripping may violate the license
  (modifies binaries).
* Use the manpages from version 3.0.0016 for the binaries in the
  nvidia-cg-toolkit package. They got removed upstream in version 3.1.0010 but
  are still included in the Cg Reference Manual.
  - Fix a spelling error in cgc.1 (compatable -> compatible).
* Add multiarch support.
* Create the libcg and libcggl packages.
  - Unfortunately upstream provides libraries with an unversioned SONAME.
  - Use Multi-Arch: same.
  - Breaks/Replaces old nvidia-cg-toolkit and libcg.
  - Create the libcg.symbols and libcggl.symbols files.
  - Create *.postinst/*.postrm according to Debian policy 8.1.1.
* Create the nvidia-cg-dev package.
  - Use Multi-Arch: same.
  - Depend on the new libcg and libcggl packages.
  - Breaks/Replaces old nvidia-cg-toolkit.
* Create the nvidia-cg-doc package.
  - Breaks/Replaces old nvidia-cg-toolkit.
  - Don't compress the examples (Makefile, *.h, *.c, *.cpp, *.cg).
  - Don't include the license.pdf/license.txt files since a verbatim copy is
    included in the copyright file.
  - Don't include the Microsoft Visual Studio files.
  - Don't include architecture dependent files. These files can be
    recompiled by the user since the sources are included.
* Package nvidia-cg-toolkit:
  - Change Section to non-free/devel.
  - Depend on the new libcg, libcggl and nvidia-cg-dev packages.
  - Suggest the newly created nvidia-cg-doc package.
  - Update description using the latest information from the Nvidia website.
* {libcg,nvidia-cg-doc}.postinst: Manually remove /usr/lib/libCg.so and
  /usr/lib/libCgGL.so. Due to the removal of the /usr/lib64 symlink, the
  installer script does not remove these files.

[ Russ Allbery ]
* Add DM-Upload-Allowed: yes.

lp:ubuntu/utopic/nvidia-cg-toolkit 2 Mature 2014-04-26 05:08:18 UTC
11. [ Andreas Beckmann ] * Adopt package....

Author: micove
Revision Date: 2012-05-24 20:45:17 UTC

[ Andreas Beckmann ]
* Adopt package. (Closes: #649514)
* New Maintainer: Debian NVIDIA Maintainers.
* New Uploaders: Miguel A. Colón Vélez, Russ Allbery, and myself.
* Move packaging git repository to pkg-nvidia:
  git://git.debian.org/git/pkg-nvidia/nvidia-cg-toolkit.git
* Acknowledge l10n NMUs. (Closes: #610093)
* Update Lintian overrides.
* Review, reorder, and simplify the packaging.
* Add XS-Autobuild: yes.
* Use Breaks/Replaces: nvidia-cg-toolkit (<< ${source:Version}) to allow
  upgrades from old monolithic packages in Ubuntu and from NVIDIA.
* Document a possible package build workflow in README.source.
* Error out early if the .orig-*.tar.gz are not unpacked before build.

[ Miguel A. Colón Vélez ]
* New upstream release 3.1.0013 (April 2012).
  - Since release 2.1 the upstream license allows redistribution, so convert
    the packaging from an installer package (in contrib) to a set of
    packages: nvidia-cg-{toolkit,dev,doc}, libcg, libcggl (in non-free).
  (Closes: #506494, #539418, #502457, #639857)
* Remove installer script, debconf translations and related dependencies.
* nvidia-cg-toolkit.preinst: Run installer script in uninstallation mode
  before upgrade.
* Convert package to 3.0 (quilt) format.
* Add watch file, get-orig-source target, and README.source.
* Use two pristine upstream tarballs (*.orig-{amd64,i386}.tar.gz) and an
  empty *.orig.tar.gz (via create-empty-orig in debian/source/options).
* Bump Standards-Version to 3.9.3.
* Update copyright file as per DEP-5.
* Bump debhelper to (>= 9) and compat version to 9.
* Simplify the rules file by using the dh helper.
* Change Section from contrib/libs to non-free/libs.
* Update the README.Debian file and Homepage.
* Add build dependencies for cginfo and cgfxcat.
* Compile cginfo and cgfxcat instead of using the prebuilt binaries.
  - Ensure the hardened LDFLAGS are used.
  - Link cginfo and cgfxcat with --as-needed to reduce library footprint.
* Don't strip the prebuilt binaries since stripping may violate the license
  (modifies binaries).
* Use the manpages from version 3.0.0016 for the binaries in the
  nvidia-cg-toolkit package. They got removed upstream in version 3.1.0010 but
  are still included in the Cg Reference Manual.
  - Fix a spelling error in cgc.1 (compatable -> compatible).
* Add multiarch support.
* Create the libcg and libcggl packages.
  - Unfortunately upstream provides libraries with an unversioned SONAME.
  - Use Multi-Arch: same.
  - Breaks/Replaces old nvidia-cg-toolkit and libcg.
  - Create the libcg.symbols and libcggl.symbols files.
  - Create *.postinst/*.postrm according to Debian policy 8.1.1.
* Create the nvidia-cg-dev package.
  - Use Multi-Arch: same.
  - Depend on the new libcg and libcggl packages.
  - Breaks/Replaces old nvidia-cg-toolkit.
* Create the nvidia-cg-doc package.
  - Breaks/Replaces old nvidia-cg-toolkit.
  - Don't compress the examples (Makefile, *.h, *.c, *.cpp, *.cg).
  - Don't include the license.pdf/license.txt files since a verbatim copy is
    included in the copyright file.
  - Don't include the Microsoft Visual Studio files.
  - Don't include architecture dependent files. These files can be
    recompiled by the user since the sources are included.
* Package nvidia-cg-toolkit:
  - Change Section to non-free/devel.
  - Depend on the new libcg, libcggl and nvidia-cg-dev packages.
  - Suggest the newly created nvidia-cg-doc package.
  - Update description using the latest information from the Nvidia website.
* {libcg,nvidia-cg-doc}.postinst: Manually remove /usr/lib/libCg.so and
  /usr/lib/libCgGL.so. Due to the removal of the /usr/lib64 symlink, the
  installer script does not remove these files.

[ Russ Allbery ]
* Add DM-Upload-Allowed: yes.

lp:ubuntu/trusty/nvidia-cg-toolkit 2 Mature 2013-10-20 14:29:48 UTC
11. [ Andreas Beckmann ] * Adopt package....

Author: micove
Revision Date: 2012-05-24 20:45:17 UTC

[ Andreas Beckmann ]
* Adopt package. (Closes: #649514)
* New Maintainer: Debian NVIDIA Maintainers.
* New Uploaders: Miguel A. Colón Vélez, Russ Allbery, and myself.
* Move packaging git repository to pkg-nvidia:
  git://git.debian.org/git/pkg-nvidia/nvidia-cg-toolkit.git
* Acknowledge l10n NMUs. (Closes: #610093)
* Update Lintian overrides.
* Review, reorder, and simplify the packaging.
* Add XS-Autobuild: yes.
* Use Breaks/Replaces: nvidia-cg-toolkit (<< ${source:Version}) to allow
  upgrades from old monolithic packages in Ubuntu and from NVIDIA.
* Document a possible package build workflow in README.source.
* Error out early if the .orig-*.tar.gz are not unpacked before build.

[ Miguel A. Colón Vélez ]
* New upstream release 3.1.0013 (April 2012).
  - Since release 2.1 the upstream license allows redistribution, so convert
    the packaging from an installer package (in contrib) to a set of
    packages: nvidia-cg-{toolkit,dev,doc}, libcg, libcggl (in non-free).
  (Closes: #506494, #539418, #502457, #639857)
* Remove installer script, debconf translations and related dependencies.
* nvidia-cg-toolkit.preinst: Run installer script in uninstallation mode
  before upgrade.
* Convert package to 3.0 (quilt) format.
* Add watch file, get-orig-source target, and README.source.
* Use two pristine upstream tarballs (*.orig-{amd64,i386}.tar.gz) and an
  empty *.orig.tar.gz (via create-empty-orig in debian/source/options).
* Bump Standards-Version to 3.9.3.
* Update copyright file as per DEP-5.
* Bump debhelper to (>= 9) and compat version to 9.
* Simplify the rules file by using the dh helper.
* Change Section from contrib/libs to non-free/libs.
* Update the README.Debian file and Homepage.
* Add build dependencies for cginfo and cgfxcat.
* Compile cginfo and cgfxcat instead of using the prebuilt binaries.
  - Ensure the hardened LDFLAGS are used.
  - Link cginfo and cgfxcat with --as-needed to reduce library footprint.
* Don't strip the prebuilt binaries since stripping may violate the license
  (modifies binaries).
* Use the manpages from version 3.0.0016 for the binaries in the
  nvidia-cg-toolkit package. They got removed upstream in version 3.1.0010 but
  are still included in the Cg Reference Manual.
  - Fix a spelling error in cgc.1 (compatable -> compatible).
* Add multiarch support.
* Create the libcg and libcggl packages.
  - Unfortunately upstream provides libraries with an unversioned SONAME.
  - Use Multi-Arch: same.
  - Breaks/Replaces old nvidia-cg-toolkit and libcg.
  - Create the libcg.symbols and libcggl.symbols files.
  - Create *.postinst/*.postrm according to Debian policy 8.1.1.
* Create the nvidia-cg-dev package.
  - Use Multi-Arch: same.
  - Depend on the new libcg and libcggl packages.
  - Breaks/Replaces old nvidia-cg-toolkit.
* Create the nvidia-cg-doc package.
  - Breaks/Replaces old nvidia-cg-toolkit.
  - Don't compress the examples (Makefile, *.h, *.c, *.cpp, *.cg).
  - Don't include the license.pdf/license.txt files since a verbatim copy is
    included in the copyright file.
  - Don't include the Microsoft Visual Studio files.
  - Don't include architecture dependent files. These files can be
    recompiled by the user since the sources are included.
* Package nvidia-cg-toolkit:
  - Change Section to non-free/devel.
  - Depend on the new libcg, libcggl and nvidia-cg-dev packages.
  - Suggest the newly created nvidia-cg-doc package.
  - Update description using the latest information from the Nvidia website.
* {libcg,nvidia-cg-doc}.postinst: Manually remove /usr/lib/libCg.so and
  /usr/lib/libCgGL.so. Due to the removal of the /usr/lib64 symlink, the
  installer script does not remove these files.

[ Russ Allbery ]
* Add DM-Upload-Allowed: yes.

lp:ubuntu/saucy/nvidia-cg-toolkit 2 Mature 2013-04-26 22:33:42 UTC
11. [ Andreas Beckmann ] * Adopt package....

Author: micove
Revision Date: 2012-05-24 20:45:17 UTC

[ Andreas Beckmann ]
* Adopt package. (Closes: #649514)
* New Maintainer: Debian NVIDIA Maintainers.
* New Uploaders: Miguel A. Colón Vélez, Russ Allbery, and myself.
* Move packaging git repository to pkg-nvidia:
  git://git.debian.org/git/pkg-nvidia/nvidia-cg-toolkit.git
* Acknowledge l10n NMUs. (Closes: #610093)
* Update Lintian overrides.
* Review, reorder, and simplify the packaging.
* Add XS-Autobuild: yes.
* Use Breaks/Replaces: nvidia-cg-toolkit (<< ${source:Version}) to allow
  upgrades from old monolithic packages in Ubuntu and from NVIDIA.
* Document a possible package build workflow in README.source.
* Error out early if the .orig-*.tar.gz are not unpacked before build.

[ Miguel A. Colón Vélez ]
* New upstream release 3.1.0013 (April 2012).
  - Since release 2.1 the upstream license allows redistribution, so convert
    the packaging from an installer package (in contrib) to a set of
    packages: nvidia-cg-{toolkit,dev,doc}, libcg, libcggl (in non-free).
  (Closes: #506494, #539418, #502457, #639857)
* Remove installer script, debconf translations and related dependencies.
* nvidia-cg-toolkit.preinst: Run installer script in uninstallation mode
  before upgrade.
* Convert package to 3.0 (quilt) format.
* Add watch file, get-orig-source target, and README.source.
* Use two pristine upstream tarballs (*.orig-{amd64,i386}.tar.gz) and an
  empty *.orig.tar.gz (via create-empty-orig in debian/source/options).
* Bump Standards-Version to 3.9.3.
* Update copyright file as per DEP-5.
* Bump debhelper to (>= 9) and compat version to 9.
* Simplify the rules file by using the dh helper.
* Change Section from contrib/libs to non-free/libs.
* Update the README.Debian file and Homepage.
* Add build dependencies for cginfo and cgfxcat.
* Compile cginfo and cgfxcat instead of using the prebuilt binaries.
  - Ensure the hardened LDFLAGS are used.
  - Link cginfo and cgfxcat with --as-needed to reduce library footprint.
* Don't strip the prebuilt binaries since stripping may violate the license
  (modifies binaries).
* Use the manpages from version 3.0.0016 for the binaries in the
  nvidia-cg-toolkit package. They got removed upstream in version 3.1.0010 but
  are still included in the Cg Reference Manual.
  - Fix a spelling error in cgc.1 (compatable -> compatible).
* Add multiarch support.
* Create the libcg and libcggl packages.
  - Unfortunately upstream provides libraries with an unversioned SONAME.
  - Use Multi-Arch: same.
  - Breaks/Replaces old nvidia-cg-toolkit and libcg.
  - Create the libcg.symbols and libcggl.symbols files.
  - Create *.postinst/*.postrm according to Debian policy 8.1.1.
* Create the nvidia-cg-dev package.
  - Use Multi-Arch: same.
  - Depend on the new libcg and libcggl packages.
  - Breaks/Replaces old nvidia-cg-toolkit.
* Create the nvidia-cg-doc package.
  - Breaks/Replaces old nvidia-cg-toolkit.
  - Don't compress the examples (Makefile, *.h, *.c, *.cpp, *.cg).
  - Don't include the license.pdf/license.txt files since a verbatim copy is
    included in the copyright file.
  - Don't include the Microsoft Visual Studio files.
  - Don't include architecture dependent files. These files can be
    recompiled by the user since the sources are included.
* Package nvidia-cg-toolkit:
  - Change Section to non-free/devel.
  - Depend on the new libcg, libcggl and nvidia-cg-dev packages.
  - Suggest the newly created nvidia-cg-doc package.
  - Update description using the latest information from the Nvidia website.
* {libcg,nvidia-cg-doc}.postinst: Manually remove /usr/lib/libCg.so and
  /usr/lib/libCgGL.so. Due to the removal of the /usr/lib64 symlink, the
  installer script does not remove these files.

[ Russ Allbery ]
* Add DM-Upload-Allowed: yes.

lp:ubuntu/raring/nvidia-cg-toolkit 2 Mature 2012-10-19 00:48:45 UTC
11. [ Andreas Beckmann ] * Adopt package....

Author: micove
Revision Date: 2012-05-24 20:45:17 UTC

[ Andreas Beckmann ]
* Adopt package. (Closes: #649514)
* New Maintainer: Debian NVIDIA Maintainers.
* New Uploaders: Miguel A. Colón Vélez, Russ Allbery, and myself.
* Move packaging git repository to pkg-nvidia:
  git://git.debian.org/git/pkg-nvidia/nvidia-cg-toolkit.git
* Acknowledge l10n NMUs. (Closes: #610093)
* Update Lintian overrides.
* Review, reorder, and simplify the packaging.
* Add XS-Autobuild: yes.
* Use Breaks/Replaces: nvidia-cg-toolkit (<< ${source:Version}) to allow
  upgrades from old monolithic packages in Ubuntu and from NVIDIA.
* Document a possible package build workflow in README.source.
* Error out early if the .orig-*.tar.gz are not unpacked before build.

[ Miguel A. Colón Vélez ]
* New upstream release 3.1.0013 (April 2012).
  - Since release 2.1 the upstream license allows redistribution, so convert
    the packaging from an installer package (in contrib) to a set of
    packages: nvidia-cg-{toolkit,dev,doc}, libcg, libcggl (in non-free).
  (Closes: #506494, #539418, #502457, #639857)
* Remove installer script, debconf translations and related dependencies.
* nvidia-cg-toolkit.preinst: Run installer script in uninstallation mode
  before upgrade.
* Convert package to 3.0 (quilt) format.
* Add watch file, get-orig-source target, and README.source.
* Use two pristine upstream tarballs (*.orig-{amd64,i386}.tar.gz) and an
  empty *.orig.tar.gz (via create-empty-orig in debian/source/options).
* Bump Standards-Version to 3.9.3.
* Update copyright file as per DEP-5.
* Bump debhelper to (>= 9) and compat version to 9.
* Simplify the rules file by using the dh helper.
* Change Section from contrib/libs to non-free/libs.
* Update the README.Debian file and Homepage.
* Add build dependencies for cginfo and cgfxcat.
* Compile cginfo and cgfxcat instead of using the prebuilt binaries.
  - Ensure the hardened LDFLAGS are used.
  - Link cginfo and cgfxcat with --as-needed to reduce library footprint.
* Don't strip the prebuilt binaries since stripping may violate the license
  (modifies binaries).
* Use the manpages from version 3.0.0016 for the binaries in the
  nvidia-cg-toolkit package. They got removed upstream in version 3.1.0010 but
  are still included in the Cg Reference Manual.
  - Fix a spelling error in cgc.1 (compatable -> compatible).
* Add multiarch support.
* Create the libcg and libcggl packages.
  - Unfortunately upstream provides libraries with an unversioned SONAME.
  - Use Multi-Arch: same.
  - Breaks/Replaces old nvidia-cg-toolkit and libcg.
  - Create the libcg.symbols and libcggl.symbols files.
  - Create *.postinst/*.postrm according to Debian policy 8.1.1.
* Create the nvidia-cg-dev package.
  - Use Multi-Arch: same.
  - Depend on the new libcg and libcggl packages.
  - Breaks/Replaces old nvidia-cg-toolkit.
* Create the nvidia-cg-doc package.
  - Breaks/Replaces old nvidia-cg-toolkit.
  - Don't compress the examples (Makefile, *.h, *.c, *.cpp, *.cg).
  - Don't include the license.pdf/license.txt files since a verbatim copy is
    included in the copyright file.
  - Don't include the Microsoft Visual Studio files.
  - Don't include architecture dependent files. These files can be
    recompiled by the user since the sources are included.
* Package nvidia-cg-toolkit:
  - Change Section to non-free/devel.
  - Depend on the new libcg, libcggl and nvidia-cg-dev packages.
  - Suggest the newly created nvidia-cg-doc package.
  - Update description using the latest information from the Nvidia website.
* {libcg,nvidia-cg-doc}.postinst: Manually remove /usr/lib/libCg.so and
  /usr/lib/libCgGL.so. Due to the removal of the /usr/lib64 symlink, the
  installer script does not remove these files.

[ Russ Allbery ]
* Add DM-Upload-Allowed: yes.

lp:ubuntu/quantal/nvidia-cg-toolkit 2 Mature 2012-05-24 20:45:17 UTC
10. [ Andreas Beckmann ] * Adopt package....

Author: micove
Revision Date: 2012-05-24 20:45:17 UTC

[ Andreas Beckmann ]
* Adopt package. (Closes: #649514)
* New Maintainer: Debian NVIDIA Maintainers.
* New Uploaders: Miguel A. Colón Vélez, Russ Allbery, and myself.
* Move packaging git repository to pkg-nvidia:
  git://git.debian.org/git/pkg-nvidia/nvidia-cg-toolkit.git
* Acknowledge l10n NMUs. (Closes: #610093)
* Update Lintian overrides.
* Review, reorder, and simplify the packaging.
* Add XS-Autobuild: yes.
* Use Breaks/Replaces: nvidia-cg-toolkit (<< ${source:Version}) to allow
  upgrades from old monolithic packages in Ubuntu and from NVIDIA.
* Document a possible package build workflow in README.source.
* Error out early if the .orig-*.tar.gz are not unpacked before build.

[ Miguel A. Colón Vélez ]
* New upstream release 3.1.0013 (April 2012).
  - Since release 2.1 the upstream license allows redistribution, so convert
    the packaging from an installer package (in contrib) to a set of
    packages: nvidia-cg-{toolkit,dev,doc}, libcg, libcggl (in non-free).
  (Closes: #506494, #539418, #502457, #639857)
* Remove installer script, debconf translations and related dependencies.
* nvidia-cg-toolkit.preinst: Run installer script in uninstallation mode
  before upgrade.
* Convert package to 3.0 (quilt) format.
* Add watch file, get-orig-source target, and README.source.
* Use two pristine upstream tarballs (*.orig-{amd64,i386}.tar.gz) and an
  empty *.orig.tar.gz (via create-empty-orig in debian/source/options).
* Bump Standards-Version to 3.9.3.
* Update copyright file as per DEP-5.
* Bump debhelper to (>= 9) and compat version to 9.
* Simplify the rules file by using the dh helper.
* Change Section from contrib/libs to non-free/libs.
* Update the README.Debian file and Homepage.
* Add build dependencies for cginfo and cgfxcat.
* Compile cginfo and cgfxcat instead of using the prebuilt binaries.
  - Ensure the hardened LDFLAGS are used.
  - Link cginfo and cgfxcat with --as-needed to reduce library footprint.
* Don't strip the prebuilt binaries since stripping may violate the license
  (modifies binaries).
* Use the manpages from version 3.0.0016 for the binaries in the
  nvidia-cg-toolkit package. They got removed upstream in version 3.1.0010 but
  are still included in the Cg Reference Manual.
  - Fix a spelling error in cgc.1 (compatable -> compatible).
* Add multiarch support.
* Create the libcg and libcggl packages.
  - Unfortunately upstream provides libraries with an unversioned SONAME.
  - Use Multi-Arch: same.
  - Breaks/Replaces old nvidia-cg-toolkit and libcg.
  - Create the libcg.symbols and libcggl.symbols files.
  - Create *.postinst/*.postrm according to Debian policy 8.1.1.
* Create the nvidia-cg-dev package.
  - Use Multi-Arch: same.
  - Depend on the new libcg and libcggl packages.
  - Breaks/Replaces old nvidia-cg-toolkit.
* Create the nvidia-cg-doc package.
  - Breaks/Replaces old nvidia-cg-toolkit.
  - Don't compress the examples (Makefile, *.h, *.c, *.cpp, *.cg).
  - Don't include the license.pdf/license.txt files since a verbatim copy is
    included in the copyright file.
  - Don't include the Microsoft Visual Studio files.
  - Don't include architecture dependent files. These files can be
    recompiled by the user since the sources are included.
* Package nvidia-cg-toolkit:
  - Change Section to non-free/devel.
  - Depend on the new libcg, libcggl and nvidia-cg-dev packages.
  - Suggest the newly created nvidia-cg-doc package.
  - Update description using the latest information from the Nvidia website.
* {libcg,nvidia-cg-doc}.postinst: Manually remove /usr/lib/libCg.so and
  /usr/lib/libCgGL.so. Due to the removal of the /usr/lib64 symlink, the
  installer script does not remove these files.

[ Russ Allbery ]
* Add DM-Upload-Allowed: yes.

lp:ubuntu/precise/nvidia-cg-toolkit bug 2 Mature 2012-01-25 22:41:02 UTC
9. [ Gregory Hainaut ] * Build for multi...

Author: gregory
Revision Date: 2011-11-28 18:48:59 UTC

[ Gregory Hainaut ]
* Build for multiarch (LP: #811927)
  + Move library into libcg package. Update conflict accordingly.
  + Install so in multiarch directory
  + generate multiarch path in .install files
  + Bump debhelper dependency, need for ${misc:Pre-Depends} and dpkg >= 1.16

[ Stefano Rivera ]
* New upstream version

lp:ubuntu/maverick/nvidia-cg-toolkit bug 2 Mature 2012-01-25 22:40:50 UTC
8. * New upstream release. Closes: #50...

Author: Stefano Rivera
Revision Date: 2010-09-12 11:57:40 UTC

* New upstream release.
  Closes: #506494, #539418. LP: #365229.
* Use upstream's tarballs as source instead of downloading during postinst,
  as redistribution is now permitted. The package is now non-free.
  Closes: #502457. LP: #284750, #524740, #254084.
* Switch to source format 3.0 (quilt) to use multiple upstream tarballs.
  Add get-orig-source to fetch tarballs.
* Use minimal dh rules.
* Bump standards version to 3.9.1 (no changes needed).
* Added (simple) watch file.

lp:ubuntu/oneiric/nvidia-cg-toolkit 2 Mature 2011-04-28 14:09:45 UTC
8. * New upstream release. Closes: #50...

Author: Stefano Rivera
Revision Date: 2010-09-12 11:57:40 UTC

* New upstream release.
  Closes: #506494, #539418. LP: #365229.
* Use upstream's tarballs as source instead of downloading during postinst,
  as redistribution is now permitted. The package is now non-free.
  Closes: #502457. LP: #284750, #524740, #254084.
* Switch to source format 3.0 (quilt) to use multiple upstream tarballs.
  Add get-orig-source to fetch tarballs.
* Use minimal dh rules.
* Bump standards version to 3.9.1 (no changes needed).
* Added (simple) watch file.

lp:ubuntu/natty/nvidia-cg-toolkit 2 Mature 2010-10-13 02:30:09 UTC
8. * New upstream release. Closes: #50...

Author: Stefano Rivera
Revision Date: 2010-09-12 11:57:40 UTC

* New upstream release.
  Closes: #506494, #539418. LP: #365229.
* Use upstream's tarballs as source instead of downloading during postinst,
  as redistribution is now permitted. The package is now non-free.
  Closes: #502457. LP: #284750, #524740, #254084.
* Switch to source format 3.0 (quilt) to use multiple upstream tarballs.
  Add get-orig-source to fetch tarballs.
* Use minimal dh rules.
* Bump standards version to 3.9.1 (no changes needed).
* Added (simple) watch file.

lp:ubuntu/lucid/nvidia-cg-toolkit 1 Development 2009-12-08 22:10:58 UTC
6. * Non-maintainer upload. * Fix pendin...

Author: Christian Perrier
Revision Date: 2009-12-08 22:10:58 UTC

* Non-maintainer upload.
* Fix pending l10n issues. Debconf translations:
  - Galician (Marce Villarino). Closes: #512440
  - Czech (Miroslav Kure). Closes: #559608
  - Spanish (Francisco Javier Cuadrado). Closes: #559866

lp:ubuntu/jaunty/nvidia-cg-toolkit 2 Mature 2009-08-18 18:58:42 UTC
4. * Fixed all gentle warnings in script...

Author: Andres Mejia
Revision Date: 2008-11-16 10:07:18 UTC

* Fixed all gentle warnings in script found with Perl::Critic.
* This also fixes some bugs reporting Perl warnings.
  (Closes: #502234)
  (Closes: #503331)

lp:ubuntu/intrepid/nvidia-cg-toolkit 2 Mature 2009-08-18 18:58:28 UTC
9. * New upstream release. Closes: #4826...

Author: Andres Mejia
Revision Date: 2008-07-23 11:55:46 UTC

* New upstream release. Closes: #482661
* Provide license documentation provided in Cg toolkit in copyright file. Also
  provide copyright information.
* Use ${misc:Depends} to add debconf dependencies.
* Add updated Russian translations. Closes: #487122
* Add updated Swedish translations. Closes: #488180
* Add updated Portuguese translations. Closes: #489428
* Bumped Standards-Version to 3.8.0.
* Edited description to remove specific release notes.
* Updated both manifest files.
* Edit README.Debian and add note about availability of book
  "The Cg Tutorial".
* Register documentation with doc-base.

lp:ubuntu/hardy/nvidia-cg-toolkit 2 Mature 2009-08-18 18:58:13 UTC
5. [ Andres Mejia ] * New upstream versi...

Author: Andres Mejia
Revision Date: 2008-01-08 16:19:02 UTC

[ Andres Mejia ]
* New upstream version. Closes: #458907
* It's possible to specify an http proxy when installing this package.
  Closes: #336072
* Bumped Standards-Version to 3.7.3.
* Added Homepage field in control file.
* Added Vcs-{Git,Browser} field in control file.
* Updated Description field for new Cg toolkit version.
  + Also modified description to state that it's only an installer.
    Closes: #309924
* Fixed some grammatical errors in the copyright file.
  + Also recopied license from NVIDIA website and included information
    on the date the license was last modified.
* Edited README.Debian to include contact information on where to report
  problems with the toolkit.
* Removed redundant link to the homepage from README.Debian.
* Changed path for update-nvidia-cg-toolkit, should be in /usr/bin.
* Adding lintian override for directories left intentionally blank.
* Fixed debian/rules, removing some unnecessary commands.
* Add Provides and Conflicts field for libcg and libcggl, which is installed
  by the installer.
* Use debhelper (>> 4.1.16), silences dpkg warning.
* Script will also download spec file.
  + Changed some option parameters
* Script will remove temporary directories if they were used.
* Package installation will delete downloaded files by default to comply
  with the upstream license.
* Script will run ldconfig at the end of install or uninstall.

lp:ubuntu/gutsy/nvidia-cg-toolkit 1 Development 2009-08-18 18:57:58 UTC
3. * New upstream version. Closes: #3600...

Author: Federico Di Gregorio
Revision Date: 2007-03-07 10:23:05 UTC

* New upstream version. Closes: #360077, #389106
* Updated package description including Cg description from NVIDIA
  README file. Closes: #302112
* Included updated spanish translation. Closes: #413780

lp:ubuntu/karmic/nvidia-cg-toolkit 1 Development 2009-08-18 18:52:32 UTC
5. * Fixed installer for Cg release 2.1....

Author: Federico Di Gregorio
Revision Date: 2009-03-19 00:06:30 UTC

* Fixed installer for Cg release 2.1.0017
* Fixed all lintian warnings

117 of 17 results