[Pkg-javascript-commits] [leaflet-markercluster] 31/49: Suppress import of upstream shipped .gitignore file, instead of stripping it when repackaging.
Jonas Smedegaard
js at moszumanska.debian.org
Tue Jan 28 17:54:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit c5e5ee3eaa7e300797d03be2d8924cab8f174006
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun Nov 3 22:26:17 2013 +0100
Suppress import of upstream shipped .gitignore file, instead of stripping it when repackaging.
---
debian/gbp.conf | 3 +++
debian/rules | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/gbp.conf b/debian/gbp.conf
index a7281f9..790a2f9 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,3 +3,6 @@
[DEFAULT]
pristine-tar = True
sign-tags = True
+
+[git-import-orig]
+filter = .gitignore
diff --git a/debian/rules b/debian/rules
index 0afc965..52dba11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,9 +42,6 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES = dist/*.js
# Remove upstream shipped example data which have unclear licensing
DEB_UPSTREAM_REPACKAGE_EXCLUDES += example/realworld.*.js
-# Remove files which don't do anything
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += .gitignore
-
#
# Installation
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list