[Pkg-javascript-commits] [node-raw-loader] 02/02: Imported Debian patch 0.5.1-1

Daniel Ring techwolf-guest at moszumanska.debian.org
Sat May 27 22:49:28 UTC 2017


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

techwolf-guest pushed a commit to branch master
in repository node-raw-loader.

commit cd1472d12ae07566a7e9a48fdd4daeb0475f00f8
Author: Daniel Ring <dring at wolfishly.me>
Date:   Sat May 27 02:49:58 2017 -0700

    Imported Debian patch 0.5.1-1
---
 debian/debhelper-build-stamp                       |   1 -
 debian/files                                       |   2 -
 debian/node-raw-loader.debhelper.log               |  19 ----
 debian/node-raw-loader.substvars                   |   2 -
 debian/node-raw-loader/DEBIAN/control              |  18 ----
 debian/node-raw-loader/DEBIAN/md5sums              |   5 -
 .../usr/lib/nodejs/raw-loader/index.js             |   9 --
 .../usr/lib/nodejs/raw-loader/package.json         |  11 ---
 .../usr/share/doc/node-raw-loader/README.md        | 109 ---------------------
 .../share/doc/node-raw-loader/changelog.Debian.gz  | Bin 160 -> 0 bytes
 .../usr/share/doc/node-raw-loader/copyright        |  34 -------
 11 files changed, 210 deletions(-)

diff --git a/debian/debhelper-build-stamp b/debian/debhelper-build-stamp
deleted file mode 100644
index 704dfff..0000000
--- a/debian/debhelper-build-stamp
+++ /dev/null
@@ -1 +0,0 @@
-node-raw-loader
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 47be3db..0000000
--- a/debian/files
+++ /dev/null
@@ -1,2 +0,0 @@
-node-raw-loader_0.5.1-1_all.deb web optional
-node-raw-loader_0.5.1-1_amd64.buildinfo web optional
diff --git a/debian/node-raw-loader.debhelper.log b/debian/node-raw-loader.debhelper.log
deleted file mode 100644
index 73fb7fd..0000000
--- a/debian/node-raw-loader.debhelper.log
+++ /dev/null
@@ -1,19 +0,0 @@
-dh_update_autotools_config
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_auto_install
-dh_install
-dh_installdocs
-dh_installchangelogs
-dh_perl
-dh_link
-dh_strip_nondeterminism
-dh_compress
-dh_fixperms
-dh_installdeb
-dh_gencontrol
-dh_md5sums
-dh_builddeb
-dh_builddeb
diff --git a/debian/node-raw-loader.substvars b/debian/node-raw-loader.substvars
deleted file mode 100644
index 978fc8b..0000000
--- a/debian/node-raw-loader.substvars
+++ /dev/null
@@ -1,2 +0,0 @@
-misc:Depends=
-misc:Pre-Depends=
diff --git a/debian/node-raw-loader/DEBIAN/control b/debian/node-raw-loader/DEBIAN/control
deleted file mode 100644
index 02ba8ea..0000000
--- a/debian/node-raw-loader/DEBIAN/control
+++ /dev/null
@@ -1,18 +0,0 @@
-Package: node-raw-loader
-Version: 0.5.1-1
-Architecture: all
-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Installed-Size: 17
-Depends: nodejs
-Section: web
-Priority: optional
-Homepage: https://github.com/webpack/raw-loader
-Description: raw loader module for webpack
- This library is a raw loader module for webpack.
- .
- This library is a dependency for webpack. Webpack takes code targeted at
- node.js and adapts it to run in the browser. Node.js comes with an API of
- its own that is not available in browsers. Webpack exposes this code to
- programs that are unaware they are running in a browser.
- .
- Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/node-raw-loader/DEBIAN/md5sums b/debian/node-raw-loader/DEBIAN/md5sums
deleted file mode 100644
index e350e74..0000000
--- a/debian/node-raw-loader/DEBIAN/md5sums
+++ /dev/null
@@ -1,5 +0,0 @@
-ec0748632841a6d208b794c210ce8451  usr/lib/nodejs/raw-loader/index.js
-44197ee51ccc25ab8ff7607f533e2be9  usr/lib/nodejs/raw-loader/package.json
-43ad55f5d0fc9410b479ad7bd16d6818  usr/share/doc/node-raw-loader/README.md
-4fe62a7f86281b20a3f0e8b02d86f28e  usr/share/doc/node-raw-loader/changelog.Debian.gz
-dbf16cc6fcf2d6ff7b1e728c69e1b968  usr/share/doc/node-raw-loader/copyright
diff --git a/debian/node-raw-loader/usr/lib/nodejs/raw-loader/index.js b/debian/node-raw-loader/usr/lib/nodejs/raw-loader/index.js
deleted file mode 100644
index a59e712..0000000
--- a/debian/node-raw-loader/usr/lib/nodejs/raw-loader/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
-	MIT License http://www.opensource.org/licenses/mit-license.php
-	Author Tobias Koppers @sokra
-*/
-module.exports = function(content) {
-	this.cacheable && this.cacheable();
-	this.value = content;
-	return "module.exports = " + JSON.stringify(content);
-}
diff --git a/debian/node-raw-loader/usr/lib/nodejs/raw-loader/package.json b/debian/node-raw-loader/usr/lib/nodejs/raw-loader/package.json
deleted file mode 100644
index a27d997..0000000
--- a/debian/node-raw-loader/usr/lib/nodejs/raw-loader/package.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-	"name": "raw-loader",
-	"version": "0.5.1",
-	"author": "Tobias Koppers @sokra",
-	"description": "raw loader module for webpack",
-	"repository": {
-		"type": "git",
-		"url": "git at github.com:webpack/raw-loader.git"
-	},
-	"license": "MIT"
-}
diff --git a/debian/node-raw-loader/usr/share/doc/node-raw-loader/README.md b/debian/node-raw-loader/usr/share/doc/node-raw-loader/README.md
deleted file mode 100644
index c5cb16e..0000000
--- a/debian/node-raw-loader/usr/share/doc/node-raw-loader/README.md
+++ /dev/null
@@ -1,109 +0,0 @@
-[![npm][npm]][npm-url]
-[![node][node]][node-url]
-[![deps][deps]][deps-url]
-[![chat][chat]][chat-url]
-
-<div align="center">
-  <img width="200" height="200"
-    src="https://cdn3.iconfinder.com/data/icons/lexter-flat-colorfull-file-formats/56/raw-256.png">
-  <a href="https://github.com/webpack/webpack">
-    <img width="200" height="200"
-      src="https://webpack.js.org/assets/icon-square-big.svg">
-  </a>
-  <h1>Raw Loader</h1>
-  <p>A loader for webpack that lets you import files as a string.</p>
-</div>
-
-<h2 align="center">Install</h2>
-
-```bash
-npm install --save-dev raw-loader
-```
-
-<h2 align="center">Usage</h2>
-
-Use the loader either via your webpack config, CLI or inline.
-
-### Via webpack config (recommended)
-
-**webpack.config.js**
-```js
-module.exports = {
-  module: {
-    rules: [
-      {
-        test: /\.txt$/,
-        use: 'raw-loader'
-      }
-    ]
-  }
-}
-```
-
-**In your application**
-```js
-import txt from 'file.txt';
-```
-
-### CLI
-
-```bash
-webpack --module-bind 'txt=raw-loader'
-```
-
-**In your application**
-```js
-import txt from 'file.txt';
-```
-
-### Inline
-
-**In your application**
-```js
-import txt from 'raw-loader!./file.txt';
-```
-
-<h2 align="center">Maintainers</h2>
-
-<table>
-  <tbody>
-    <tr>
-      <td align="center">
-        <img width="150" height="150"
-        src="https://avatars3.githubusercontent.com/u/166921?v=3&s=150">
-        </br>
-        <a href="https://github.com/bebraw">Juho Vepsäläinen</a>
-      </td>
-      <td align="center">
-        <img width="150" height="150"
-        src="https://avatars2.githubusercontent.com/u/8420490?v=3&s=150">
-        </br>
-        <a href="https://github.com/d3viant0ne">Joshua Wiens</a>
-      </td>
-      <td align="center">
-        <img width="150" height="150"
-        src="https://avatars3.githubusercontent.com/u/533616?v=3&s=150">
-        </br>
-        <a href="https://github.com/SpaceK33z">Kees Kluskens</a>
-      </td>
-      <td align="center">
-        <img width="150" height="150"
-        src="https://avatars3.githubusercontent.com/u/3408176?v=3&s=150">
-        </br>
-        <a href="https://github.com/TheLarkInn">Sean Larkin</a>
-      </td>
-    </tr>
-  <tbody>
-</table>
-
-[npm]: https://img.shields.io/npm/v/raw-loader.svg
-[npm-url]: https://npmjs.com/package/raw-loader
-
-[node]: https://img.shields.io/node/v/raw-loader.svg
-[node-url]: https://nodejs.org
-
-[deps]: https://david-dm.org/webpack/raw-loader.svg
-[deps-url]: https://david-dm.org/webpack/raw-loader
-
-[chat]: https://badges.gitter.im/webpack/webpack.svg
-[chat-url]: https://gitter.im/webpack/webpack
diff --git a/debian/node-raw-loader/usr/share/doc/node-raw-loader/changelog.Debian.gz b/debian/node-raw-loader/usr/share/doc/node-raw-loader/changelog.Debian.gz
deleted file mode 100644
index eedceb2..0000000
Binary files a/debian/node-raw-loader/usr/share/doc/node-raw-loader/changelog.Debian.gz and /dev/null differ
diff --git a/debian/node-raw-loader/usr/share/doc/node-raw-loader/copyright b/debian/node-raw-loader/usr/share/doc/node-raw-loader/copyright
deleted file mode 100644
index 59816ea..0000000
--- a/debian/node-raw-loader/usr/share/doc/node-raw-loader/copyright
+++ /dev/null
@@ -1,34 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: raw-loader
-Upstream-Contact: https://github.com/webpack/raw-loader/issues
-Source: https://github.com/webpack/raw-loader
-
-Files: *
-Copyright: 2017 Tobias Koppers @sokra
-License: Expat
-
-Files: debian/*
-Copyright: 2017 Daniel Ring <dring at wolfishly.me>
-License: Expat
-
-License: Expat
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation files
- (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
- BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
- ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-raw-loader.git



More information about the Pkg-javascript-commits mailing list