[libextutils-depends-perl] branch master updated (95c3bed -> ebab935)

gregor herrmann gregoa at debian.org
Sat Oct 18 16:39:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libextutils-depends-perl.

      from  95c3bed   releasing package libextutils-depends-perl version 0.401-2 to unstable
       new  3941bb5   Add debian/upstream/metadata
       new  a29c31f   Update debian/changelog
      adds  cc29e0a   *** empty log message ***
      adds  8baa48d   *** empty log message ***
      adds  63f5963   *** empty log message ***
      adds  20b498c   *** empty log message ***
      adds  61c4087   *** empty log message ***
      adds  f96d27b   minor update for portability
      adds  0e6c80d   *** empty log message ***
      adds  f371a4d   added MANIFEST and README, and debian packaging files contributed by James Curbo.  version 0.103.
      adds  f603d79   initial import
      adds  4bad164   improved dependancies for spec file
      adds  1b3684c   moved to new ExtUtils::PkgConfig module
      adds  14eb0a5   fixed bug in specfile generation
      adds  c17a0e8   remove debian control files from CVS to make wolfgang's life easier for packaging
      adds  b235abc   add license terms and bump version for a new release.
      adds  3de7b1a   updated... this is generated, anyway.
      adds  dd8b3ba   rpm builds now on HOME/rpms/
      adds  3aa8f54   type-o fixes of last roung
      adds  a3faa37   code to support the date in spec file
      adds  13b533e   use the auto generated date and version
      adds  c66460b   don't have version numbers in the META.yml, if you build dist on system that doesn't do them, then they're wrong. if you do then it should be overwritten
      adds  38863bd   added srpms target
      adds  0fcb4b4   - completely rewritten.  attempted to retain backward compatibility,   but some esoteric functionality is probably missing.  now stores   dependency lists, so that module chaining is more useful. - document just about everything. - really, really, really needs a regression test suite.
      adds  cfa743c   udpated
      adds  e8f06bd   stupid me committed to the wrong branch.  merged.
      adds  887c254   update generated file
      adds  6af5a61   added missing perl-ExtUtils-Depends.spec.in
      adds  63a97b5   add long-overdue version-checking import implementations.
      adds  65b7738   don't output a PM pair from get_makefile_vars if there is no data in the pm key
      adds  a3658b1   	- Use capitals at the start of everything that is printed out, to unify 	  Makefile.PL output.
      adds  8b1f986   Release 0.204.
      adds  48b389b   a sweep through of spec file and MANIFEST(.SKIP) updates
      adds  e8c30f6   release 0.205: Disable the RPM-related postamble on win32 to avoid hanging.
      adds  1658ccf   fix a typo in the synopsis
      adds  7115be4   	- In get_makefile_vars, comment out the code that put the installed 	  libraries into @OBJECT, which caused them to get deleted on 	  realclean.
      adds  9a9a4e7   	- In Makefile.PL, don't use the bogus package "MAIN".
      adds  ff87a9e   	- On MSWin32 and cygwin, find the link libraries of dependencies and           put them into LIBS. 	- Add tests. 	- Correct typos in the documentation. 	- Remove debug spew.
      adds  a1175a2   Version 0.300
      adds  bf95625   Update
      adds  d7a4092   	- Require perl 5.6.0.
      adds  293807f   	- On Cygwin, link directly against the DLLs of dependencies.  Patch by           Yaakov.
      adds  685306b   Add new file.
      adds  46cda71   Release 0.301.
      adds  549bfb3   In preparation of the move to SVN, replace every $Header$ keyword with $Id$.
      adds  f89107b   Add MAINTAINERS listing muppet and me.
      adds  e886b78   Remove .cvsignore from the MANIFEST.
      adds  6cf3ea0   Updates for the move to git
      adds  de1e586   Generate a better META.yml
      adds  6c4341d   Create import libraries on MSWin32 if necessary
      adds  fd9037d   Release 0.302
      adds  52536db   Replace MAINTAINERS with perl-ExtUtils-Depends.doap
      adds  50e9417   Allow parellel testing
      adds  71d1b04   Add myself as a maintainer
      adds  25ea7c9   Update MANIFEST
      adds  1fe7470   Version 0.303
      adds  4e05684   Don't assume gcc on Win32 matches /^gcc/i
      adds  9e1d15a   Ask Config.pm for the name of dlltool on Win32+gcc
      adds  3763cd9   Remove some easily generated files from VC
      adds  f9537e8   Remove some more EUMM build artifacts
      adds  f9e47cf   Version 0.304
      adds  f4b9612   Ignore built results
      adds  b660926   Fixed typo (closes RT#86572)
      adds  043ea92   Add comments for find_extra_libs method (closes RT#43900)
      adds  d3f9550   Updated contact info and added git repo info to POD
      adds  72888fe   Updated license in RPM spec file; closes RT#88196
      adds  47e6cdf   Makefile.PL: converted to CPAN::Meta::Spec v2
      adds  d93d841   README: regenerated file with updated URLs/info
      adds  edd4bcf   Stable release 0.305
      adds  dfbede5   Fix reference to bug tracker
      adds  79e235a   Stable release 0.306
      adds  3a9fa6b   $Data::Dumper::Terse set to 1 broke save_config. Test & fix.
      adds  1c45236   Document API expected by ::load function. Removed some comments about supporting "ancient" code as ::load currently uses that info!
      adds  8de634b   Stable release 0.307
      adds  5976a6e   Fix win32 test failure in t/02_save_load.t
      adds  5d0c68a   Stable release 0.308
      adds  06b52ec   Depends.pm: use $DLEXT instead of $SO for library filename extensions
      adds  4fcf08a   MANIFEST: remove MYMETA.* files
      adds  1867f32   use DynaLoader::mod2fname if available
      adds  48b6b8e   Added Android support
      adds  6a5d717   Added empty files for testing d_libname_unique
      adds  de7f9c3   t/04_extra_libs.t: added 'android' to skipped tests message
      adds  bf79793   Stable Release 0.309
      adds  feb1f2c   Doc, implement, test ::Install::Files->Inline.
      adds  8f2c82b   git ignore MYMETA.* and vim temp files.
      adds  0fc66e0   Tests all have names.
      adds  bbfb31b   Improve formatting/whitespace of module.
      adds  c37ee16   Doc, test, implement *::I::F->deps.
      adds  957bdb2   Doc, test, implement load() using *::I::F->Inline() et al.
      adds  234856c   Fixups: 5.6 compat, move "deps" comment.
      adds  bb64e6b   Release 0.400
      adds  2ffe1f6   Add README changes created by 'make dist' from the POD
      adds  06a4ba1   Rename test modules.
      adds  18f44c9   Test old/new schemes with .pm files.
      adds  2d32474   Move old/new scheme tests from middle of other stuff to end.
      adds  517d1ec   Rename test packages to 8.3 unique.
      adds  8933de6   Release 0.401
      adds  64b194c   Sort hash keys in saved configuration for reproducibility
      adds  4804412   Release 0.402
      adds  2062b8b   Imported Upstream version 0.402
       new  efb4c1a   Merge tag 'upstream/0.402'
       new  a16bfbe   Update debian/changelog
       new  bc9eb37   Drop 0001-Sort-hash-keys-in-saved-configuration-for-reproducib.patch.
       new  df4363a   Declare compliance with Debian Policy 3.9.6.
       new  ebab935   releasing package libextutils-depends-perl version 0.402-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  4 +++
 META.json                                          |  2 +-
 META.yml                                           |  2 +-
 MYMETA.json                                        |  2 +-
 MYMETA.yml                                         |  2 +-
 debian/changelog                                   | 11 ++++++++
 debian/control                                     |  2 +-
 ...eys-in-saved-configuration-for-reproducib.patch | 29 ----------------------
 debian/patches/series                              |  1 -
 debian/upstream/metadata                           |  8 ++++++
 lib/ExtUtils/Depends.pm                            |  3 ++-
 11 files changed, 30 insertions(+), 36 deletions(-)
 delete mode 100644 debian/patches/0001-Sort-hash-keys-in-saved-configuration-for-reproducib.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libextutils-depends-perl.git



More information about the Pkg-perl-cvs-commits mailing list