View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/gnustep-make 1 Development 2015-05-05 20:50:28 UTC
19. * debian/patches/versioned-frameworks...

Author: Yavor Doganov
Revision Date: 2014-10-20 15:02:19 UTC

* debian/patches/versioned-frameworks.patch: New, properly support
  versioned frameworks and thus library transitions (Closes: #755572).
* debian/patches/no-gzip-timestamps.patch: New, avoid timestamps in
  compressed manpages.
* debian/patches/manpage-spelling-errors.patch: New, fix two spelling
  errors.
* debian/patches/series: Update.
* debian/cdbs/frameworklib.install.in: Remove Current/Resources
  symlinks; the former is in the -dev package and the latter is no
  longer created.
* debian/cdbs/frameworkdev.install.in: Add two more symlinks in the
  .framework directory.
* debian/cdbs/frameworklib.overrides.in: Delete; no longer necessary.
* debian/cdbs/gnustep.mk: Don't remove the Current symlink from the -dev
  package. Deprecate DEB_GS_AUTO_LINTIAN_OVERRIDES as installing
  lintian overrides is no longer needed.
* debian/gnustep-make.dirs.in: Remove @GS_SYSTEM_ROOT@/Library;
  redundant since 2.0.x.
* debian/upstream/signing-key.pgp: New, add upstream keyring.
* debian/source/include-binaries: Add signing-key.pgp.
* debian/watch: Verify upstream signature.
* debian/control.in (Standards-Version): Bump to 3.9.6; no changes
  needed.
* debian/control: Regenerate.

lp:ubuntu/vivid-proposed/gnustep-make 1 Development 2014-10-28 03:17:58 UTC
19. * debian/patches/versioned-frameworks...

Author: Yavor Doganov
Revision Date: 2014-10-20 15:02:19 UTC

* debian/patches/versioned-frameworks.patch: New, properly support
  versioned frameworks and thus library transitions (Closes: #755572).
* debian/patches/no-gzip-timestamps.patch: New, avoid timestamps in
  compressed manpages.
* debian/patches/manpage-spelling-errors.patch: New, fix two spelling
  errors.
* debian/patches/series: Update.
* debian/cdbs/frameworklib.install.in: Remove Current/Resources
  symlinks; the former is in the -dev package and the latter is no
  longer created.
* debian/cdbs/frameworkdev.install.in: Add two more symlinks in the
  .framework directory.
* debian/cdbs/frameworklib.overrides.in: Delete; no longer necessary.
* debian/cdbs/gnustep.mk: Don't remove the Current symlink from the -dev
  package. Deprecate DEB_GS_AUTO_LINTIAN_OVERRIDES as installing
  lintian overrides is no longer needed.
* debian/gnustep-make.dirs.in: Remove @GS_SYSTEM_ROOT@/Library;
  redundant since 2.0.x.
* debian/upstream/signing-key.pgp: New, add upstream keyring.
* debian/source/include-binaries: Add signing-key.pgp.
* debian/watch: Verify upstream signature.
* debian/control.in (Standards-Version): Bump to 3.9.6; no changes
  needed.
* debian/control: Regenerate.

lp:ubuntu/vivid/gnustep-make 2 Mature 2014-10-26 17:51:29 UTC
19. * debian/patches/versioned-frameworks...

Author: Yavor Doganov
Revision Date: 2014-10-20 15:02:19 UTC

* debian/patches/versioned-frameworks.patch: New, properly support
  versioned frameworks and thus library transitions (Closes: #755572).
* debian/patches/no-gzip-timestamps.patch: New, avoid timestamps in
  compressed manpages.
* debian/patches/manpage-spelling-errors.patch: New, fix two spelling
  errors.
* debian/patches/series: Update.
* debian/cdbs/frameworklib.install.in: Remove Current/Resources
  symlinks; the former is in the -dev package and the latter is no
  longer created.
* debian/cdbs/frameworkdev.install.in: Add two more symlinks in the
  .framework directory.
* debian/cdbs/frameworklib.overrides.in: Delete; no longer necessary.
* debian/cdbs/gnustep.mk: Don't remove the Current symlink from the -dev
  package. Deprecate DEB_GS_AUTO_LINTIAN_OVERRIDES as installing
  lintian overrides is no longer needed.
* debian/gnustep-make.dirs.in: Remove @GS_SYSTEM_ROOT@/Library;
  redundant since 2.0.x.
* debian/upstream/signing-key.pgp: New, add upstream keyring.
* debian/source/include-binaries: Add signing-key.pgp.
* debian/watch: Verify upstream signature.
* debian/control.in (Standards-Version): Bump to 3.9.6; no changes
  needed.
* debian/control: Regenerate.

lp:ubuntu/utopic/gnustep-make 2 Mature 2014-06-26 19:50:40 UTC
18. * debian/rules: Define GNUSTEP_MAKEFI...

Author: Yavor Doganov
Revision Date: 2014-06-26 19:50:40 UTC

* debian/rules: Define GNUSTEP_MAKEFILES globally.
  (confflags): Define conditionally and pass --host to configure only
  if cross-compiling. Do not set CC/CXX explicitly.
  (common_scripts): Add config.make as it is arch-dependent.
  (c-n, create-compat-symlink, delete-compat-symlink): Handle
  config.make in addition to config-noarch.make.
  (install-indep-common): Do not create empty directory.
* debian/control.in (Replaces, Breaks): Add/correct as appropriate.
  (Depends): Tighten depends on gnustep-common.
  (Suggests): Remove gnustep-base-common, pointless.
  (Description): Extend.
* debian/control: Regenerate.
* debian/patches/use-makeinfo.patch: Correct .html targets to avoid
  rebuilding them in the install rule.
* debian/config.mk.in: Define/export GNUSTEP_MAKEFILES and
  GNUSTEP_INSTALLATION_DOMAIN.
* debian/copyright: Actually switch to format 1.0 by specifying
  the Format/Source fields.

lp:ubuntu/utopic-proposed/gnustep-make 1 Development 2014-06-26 19:50:40 UTC
17. * debian/rules: Define GNUSTEP_MAKEFI...

Author: Yavor Doganov
Revision Date: 2014-06-26 19:50:40 UTC

* debian/rules: Define GNUSTEP_MAKEFILES globally.
  (confflags): Define conditionally and pass --host to configure only
  if cross-compiling. Do not set CC/CXX explicitly.
  (common_scripts): Add config.make as it is arch-dependent.
  (c-n, create-compat-symlink, delete-compat-symlink): Handle
  config.make in addition to config-noarch.make.
  (install-indep-common): Do not create empty directory.
* debian/control.in (Replaces, Breaks): Add/correct as appropriate.
  (Depends): Tighten depends on gnustep-common.
  (Suggests): Remove gnustep-base-common, pointless.
  (Description): Extend.
* debian/control: Regenerate.
* debian/patches/use-makeinfo.patch: Correct .html targets to avoid
  rebuilding them in the install rule.
* debian/config.mk.in: Define/export GNUSTEP_MAKEFILES and
  GNUSTEP_INSTALLATION_DOMAIN.
* debian/copyright: Actually switch to format 1.0 by specifying
  the Format/Source fields.

lp:ubuntu/trusty/gnustep-make 2 Mature 2013-10-21 05:32:16 UTC
16. Use dh_autotools-dev to update config...

Author: Matthias Klose
Revision Date: 2013-10-12 17:49:13 UTC

Use dh_autotools-dev to update config.{sub,guess} for AArch64.

lp:ubuntu/saucy/gnustep-make 2 Mature 2013-10-12 16:03:30 UTC
16. Use dh_autotools-dev to update config...

Author: Matthias Klose
Revision Date: 2013-10-12 17:49:13 UTC

Use dh_autotools-dev to update config.{sub,guess} for AArch64.

lp:ubuntu/saucy-proposed/gnustep-make 1 Development 2013-10-12 16:03:30 UTC
16. Use dh_autotools-dev to update config...

Author: Matthias Klose
Revision Date: 2013-10-12 17:49:13 UTC

Use dh_autotools-dev to update config.{sub,guess} for AArch64.

lp:ubuntu/raring/gnustep-make 2 Mature 2012-10-20 14:12:57 UTC
14. * debian/source/format: Switch to 3.0...

Author: Yavor Doganov
Revision Date: 2012-04-28 12:31:36 UTC

* debian/source/format: Switch to 3.0 (quilt).
* debian/control.in (Build-Depends): Drop quilt.
* debian/control: Regenerate.
* debian/rules: Don't include /usr/share/quilt/quilt.make. Remove quilt
  patch/unpatch dependencies.
* debian/README.source: Delete; redundant.

lp:ubuntu/quantal/gnustep-make 2 Mature 2012-04-28 12:31:36 UTC
14. * debian/source/format: Switch to 3.0...

Author: Yavor Doganov
Revision Date: 2012-04-28 12:31:36 UTC

* debian/source/format: Switch to 3.0 (quilt).
* debian/control.in (Build-Depends): Drop quilt.
* debian/control: Regenerate.
* debian/rules: Don't include /usr/share/quilt/quilt.make. Remove quilt
  patch/unpatch dependencies.
* debian/README.source: Delete; redundant.

lp:ubuntu/precise/gnustep-make 2 Mature 2011-10-13 18:21:55 UTC
12. * New upstream release. * debian/patc...

Author: Yavor Doganov
Revision Date: 2011-09-14 18:18:18 UTC

* New upstream release.
* debian/patches/gcc-4.6.patch: New; enforce gcc-4.6 on all
  architectures for the new ObjC runtime.
* debian/patches/series: Update.
* debian/control.in (Build-Depends): Remove gobjc, replace gobjc++ with
  gobjc++-4.6.
  (gnustep-make) <Depends>: Add gobjc-4.6.
* debian/control: Regenerate.

lp:ubuntu/oneiric/gnustep-make 2 Mature 2011-05-22 17:17:41 UTC
11. * New upstream release. * debian/conr...

Author: Yavor Doganov
Revision Date: 2011-05-22 17:17:41 UTC

* New upstream release.
* debian/conrol.in (Vcs-Arch): Replace with...
  (Vcs-Git): ...following the switch to Git.
  (Vcs-Browser): New field.
  (Standards-Version): Bump to 3.9.2; no changes necessary.
  (Build-Depends): Add gobjc++.
* debian/control: Regenerate.
* debian/gnustep-tests.1: New file.
* debian/rules (debian/install-arch-stamp): Move gnustep-tests to the
  -make package.
  (binary-arch): Install gnustep-tests.1.
  (binary-indep): Do not invoke dh_lintian.
* debian/patches/texi2html-flags.patch: New; temporary workaround for a
  bug in texi.make (Closes: #594141).
* debian/patches/series: Update.
* debian/gnustep-make.lintian-overrides: Delete.
* debian/copyright: Update copyright years.

lp:ubuntu/natty/gnustep-make 2 Mature 2010-10-13 02:24:51 UTC
10. debian/rules (common_scripts): Add co...

Author: Yavor Doganov
Revision Date: 2010-05-31 16:12:50 UTC

debian/rules (common_scripts): Add config-noarch.make which is
architecture-dependent; thanks Michael Werle (Closes: #583840).
Remove ld_lib_path.{,c}sh which no longer exist.
(c-n, create-compat-symlink, remove-compat-symlink): New convenience
variables to aid in bootstrapping which now fails because of the
config-noarch.make move.
(debian/build-indep-stamp, debian/install-indep-stamp, clean-patched):
Use them.

lp:ubuntu/maverick/gnustep-make 2 Mature 2010-05-31 16:12:50 UTC
10. debian/rules (common_scripts): Add co...

Author: Yavor Doganov
Revision Date: 2010-05-31 16:12:50 UTC

debian/rules (common_scripts): Add config-noarch.make which is
architecture-dependent; thanks Michael Werle (Closes: #583840).
Remove ld_lib_path.{,c}sh which no longer exist.
(c-n, create-compat-symlink, remove-compat-symlink): New convenience
variables to aid in bootstrapping which now fails because of the
config-noarch.make move.
(debian/build-indep-stamp, debian/install-indep-stamp, clean-patched):
Use them.

lp:ubuntu/lucid/gnustep-make 1 Development 2009-11-18 12:45:34 UTC
7. * New upstream version. * Bump standa...

Author: Lenin
Revision Date: 2009-11-18 12:45:34 UTC

* New upstream version.
* Bump standards version.
* Fix spelling error in debian/README.Debian.

lp:ubuntu/jaunty/gnustep-make 2 Mature 2009-08-13 05:15:41 UTC
5. Rename gsdh_gnustep to dh_gnustep. (...

Author: Hubert Chathi
Revision Date: 2008-06-26 17:00:16 UTC

Rename gsdh_gnustep to dh_gnustep. (Everyone creates their own dh_
programs anyways.)

lp:ubuntu/intrepid/gnustep-make 2 Mature 2009-08-13 05:15:28 UTC
5. Rename gsdh_gnustep to dh_gnustep. (...

Author: Hubert Chathi
Revision Date: 2008-06-26 17:00:16 UTC

Rename gsdh_gnustep to dh_gnustep. (Everyone creates their own dh_
programs anyways.)

lp:ubuntu/hardy/gnustep-make 2 Mature 2009-08-13 05:15:14 UTC
12. New upstream release.

Author: Hubert Chathi
Revision Date: 2007-12-06 11:23:18 UTC

New upstream release.

lp:ubuntu/gutsy/gnustep-make 1 Development 2009-08-13 05:14:59 UTC
10. * New upstream release. * Remove obso...

Author: Hubert Chathi
Revision Date: 2006-08-28 16:42:33 UTC

* New upstream release.
* Remove obsolete readme file: FILESYSTEM.Changes.Debian.
* Move wrapper scripts out of /usr/bin (since they're not meant to be
  called directly). Add compatibility symlinks (to be removed after etch).
* Output error message if wrapper scripts called directly.

lp:ubuntu/feisty/gnustep-make 1 Development 2009-08-13 05:14:47 UTC
10. * New upstream release. * Remove obso...

Author: Hubert Chathi
Revision Date: 2006-08-28 16:42:33 UTC

* New upstream release.
* Remove obsolete readme file: FILESYSTEM.Changes.Debian.
* Move wrapper scripts out of /usr/bin (since they're not meant to be
  called directly). Add compatibility symlinks (to be removed after etch).
* Output error message if wrapper scripts called directly.

lp:ubuntu/edgy/gnustep-make 1 Development 2009-08-13 05:14:37 UTC
10. * New upstream release. * Remove obso...

Author: Hubert Chathi
Revision Date: 2006-08-28 16:42:33 UTC

* New upstream release.
* Remove obsolete readme file: FILESYSTEM.Changes.Debian.
* Move wrapper scripts out of /usr/bin (since they're not meant to be
  called directly). Add compatibility symlinks (to be removed after etch).
* Output error message if wrapper scripts called directly.

lp:ubuntu/dapper/gnustep-make 2 Mature 2009-08-13 05:14:26 UTC
7. Fakesync newer debian version.

Author: StefanPotyra
Revision Date: 2006-03-11 01:42:25 UTC

Fakesync newer debian version.

lp:ubuntu/breezy/gnustep-make 1 Development 2009-08-13 05:14:13 UTC
5. * Rebuild using gcc/gobjc 4.0. * Bump...

Author: Eric Heintzmann
Revision Date: 2005-08-26 23:29:26 UTC

* Rebuild using gcc/gobjc 4.0.
* Bump Standards-Version up to 3.6.2.1.

lp:ubuntu/hoary/gnustep-make 1 Development 2009-08-13 05:14:00 UTC
4. Add missing spaces in gnustep-app-wra...

Author: Eric Heintzmann
Revision Date: 2004-11-20 15:22:58 UTC

Add missing spaces in gnustep-app-wrapper.

lp:ubuntu/warty/gnustep-make 1 Development 2009-08-13 05:13:50 UTC
3. Add wrapper scripts gnustep-app-wrapp...

Author: Matthias Klose
Revision Date: 2004-06-25 20:16:44 UTC

Add wrapper scripts gnustep-app-wrapper and gnustep-tool-wrapper.
Provide wrappers for openapp, opentool, debugapp (closes: #256153).

lp:ubuntu/karmic/gnustep-make 1 Development 2009-08-13 05:08:34 UTC
6. * New upstream version. * Bump standa...

Author: Lenin
Revision Date: 2009-02-20 17:13:03 UTC

* New upstream version.
* Bump standards version.
* Bump debhelper version.
* Add myself to the Uploaders field.

126 of 26 results