[Pkg-javascript-commits] [less-elements.js] 02/02: initial packaging

Alexandre Viau aviau at moszumanska.debian.org
Tue Jan 5 22:30:37 UTC 2016


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

aviau pushed a commit to branch master
in repository less-elements.js.

commit ad7fad91aadfa724030cb0e621443494fca78cf5
Author: aviau <alexandre at alexandreviau.net>
Date:   Tue Jan 5 17:23:02 2016 -0500

    initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 20 ++++++++++++++++++++
 debian/copyright     | 16 ++++++++++++++++
 debian/gbp.conf      |  2 ++
 debian/install       |  1 +
 debian/rules         | 16 ++++++++++++++++
 debian/source/format |  1 +
 8 files changed, 62 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..09accd9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+less-elements.js (0.0~git20130115.0.191754c-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #810039)
+
+ -- Alexandre Viau <aviau at debian.org>  Tue, 05 Jan 2016 17:20:12 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fd6d1ed
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: less-elements.js
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Alexandre Viau <aviau at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-javascript/less-elements.js.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/less-elements.js.git
+Homepage: http://lesselements.com/
+
+Package: libjs-less-elements
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: javascript-common
+Description: set of basic mixins for the LESS CSS pre-processor
+ lesselements is a set of basic mixins for the LESS CSS pre-processor.
+ Most of these mixins focus on consolidating cross-browser prefixes
+ into single, concise declarations. LESS Elements is not an extensive
+ mixin library — just the essentials.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..65c79e0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,16 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: elements
+Source: https://github.com/dmitryf/elements
+
+Files: *
+Copyright: Dmitry Fadeyev <dmitry at fadeyev.net>
+License: public-domain
+
+Files: debian/*
+Copyright: 2015 Alexandre Viau <aviau at debian.org>
+License: public-domain
+Comment: Debian packaging is licensed under the same terms as upstream
+
+License: public-domain
+ This work is dedicated to the public domain and is free for
+ all uses, commercial or otherwise. No form of credit required.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..6f108f3
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+elements.less usr/share/javascript/less-elements
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8a02987
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
+.PHONY: get-orig-source
+PKD := $(abspath $(dir $(MAKEFILE_LIST)))
+PKG := $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
+tmpdir:= $(shell mktemp -d)
+wrkdir:= $(shell pwd)
+
+get-orig-source:
+	@echo "# Downloading..."
+	cd ${tmpdir} && \
+	wget https://github.com/dmitryf/elements/archive/master.tar.gz && \
+	mv master.tar.gz ${wrkdir}/${PKG}_0.0~gitVERSION.COMMIT.ID.orig.tar
+	@echo "Please rename the tarball depending on the version and commit it with pristine-tar"
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less-elements.js.git



More information about the Pkg-javascript-commits mailing list