[Pkg-javascript-commits] [node-mime-types] branch master updated (3f98d29 -> e2d497f)
Leo Iannacone
l3on-guest at moszumanska.debian.org
Fri Oct 10 10:12:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
l3on-guest pushed a change to branch master
in repository node-mime-types.
from 3f98d29 fix dversionmangle
new df76928 Imported Upstream version 2.0.1
new d8e51d8 Merge tag 'upstream/2.0.1'
new 244c3ed Imported Upstream version 2.0.2
new 78c8d28 Merge tag 'upstream/2.0.2'
new 681afa7 Files-Excluded: no longer needed
new 861b92e bunbld mime-db as patch
new 974a79c update existing patch to use mime types from filesystem
new 8b04be9 0002-exports-mime.db.patch - export mime-db
new 5f7968b update series
new b22a063 build-deps: removed node-should
new c2a1b43 override dh_auto_clean, dh_auto_build, dh_auto_test to handle mime-db
new 9ac11c9 debian/install: install mime-db, update mime-types files to install
new 2540f76 debian/rules: install HISTORY.md as upstream changelog
new 2d9f886 bump standads-version 3.9.6
new f4a2227 do not report errors if directory is are already clean
new ff27e1a move changes for test to another patch
new 7b734aa rename export-mime-db.patch from 0002 to 0003
new 8bbecf0 update patch/series
new e2d497f finalize
The 19 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:
.npmignore | 14 -
.travis.yml | 9 +-
HISTORY.md | 39 +
Makefile | 9 -
README.md | 66 +-
SOURCES.md | 17 -
build.js | 57 -
component.json | 16 -
debian/changelog | 23 +
debian/control | 3 +-
debian/copyright | 3 -
debian/install | 6 +-
debian/patches/0000-bundle_mime-db.patch | 7361 ++++++++++++++++++++
.../0001-get_mime_types_from_filesystem.patch | 84 -
debian/patches/0001-use-system-mime-types.patch | 105 +
.../patches/0002-update-tests-with-new-mimes.patch | 57 +
debian/patches/0003-exports-mime.db.patch | 18 +
debian/patches/series | 5 +-
debian/rules | 14 +
lib/index.js => index.js | 43 +-
lib/custom.json | 27 -
package.json | 43 +-
test/mime.js | 3 +-
test/test.js | 4 +
24 files changed, 7709 insertions(+), 317 deletions(-)
delete mode 100644 .npmignore
create mode 100644 HISTORY.md
delete mode 100644 Makefile
delete mode 100644 SOURCES.md
delete mode 100644 build.js
delete mode 100644 component.json
create mode 100644 debian/patches/0000-bundle_mime-db.patch
delete mode 100644 debian/patches/0001-get_mime_types_from_filesystem.patch
create mode 100644 debian/patches/0001-use-system-mime-types.patch
create mode 100644 debian/patches/0002-update-tests-with-new-mimes.patch
create mode 100644 debian/patches/0003-exports-mime.db.patch
rename lib/index.js => index.js (64%)
delete mode 100644 lib/custom.json
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mime-types.git
More information about the Pkg-javascript-commits
mailing list