[linux-tools] 01/04: Add .gitignore files based on svn:ignore properties
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Tue Aug 11 17:09:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux-tools.
commit e0a1c96c554ad943ea115deaa39778246635f3b5
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Tue Aug 11 18:57:35 2015 +0200
Add .gitignore files based on svn:ignore properties
For the top-level .gitignore, do this via a patch.
---
debian/.gitignore | 17 +++++++++++++++++
debian/changelog | 7 +++++++
debian/patches/gitignore.patch | 14 ++++++++++++++
debian/patches/series | 1 +
4 files changed, 39 insertions(+)
diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..4ad73d6
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,17 @@
+!/patches
+!*.patch
+!*.diff
+/*.debhelper
+/*.debhelper.log
+/*.substvars
+/control
+/control.md5sum
+/files
+/hyperv-daemons/
+/libusbip-dev/
+/linux-kbuild-*
+/linux-perf-*
+/rules.gen
+/stamps/
+/tmp/
+/usbip/
diff --git a/debian/changelog b/debian/changelog
index 78dfcae..41107e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linux-tools (4.1.4-3) UNRELEASED; urgency=medium
+
+ * Adjust for migration to git:
+ - Update .gitignore files
+
+ -- Ben Hutchings <ben at decadent.org.uk> Tue, 11 Aug 2015 18:56:56 +0200
+
linux-tools (4.1.4-2) unstable; urgency=medium
* [mips*,alpha,hppa] linux-perf: Add empty Build files for these architectures
diff --git a/debian/patches/gitignore.patch b/debian/patches/gitignore.patch
new file mode 100644
index 0000000..b4d0048
--- /dev/null
+++ b/debian/patches/gitignore.patch
@@ -0,0 +1,14 @@
+From: Ben Hutchings <ben at decadent.org.uk
+Date: Tue, 11 Aug 2015 18:52:03 +0200
+Subject: Add gitignore to account for upstream source not being checked in
+Forwarded: not-needed
+
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,6 @@
++#
++# Debian packaging: ignore everything at the top level, since it isn't
++# included in our repository
++#
++/*
++!/debian/
diff --git a/debian/patches/series b/debian/patches/series
index c4285b5..d2cc300 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+gitignore.patch
modpost-symbol-prefix.patch
tools-perf-version.patch
tools-perf-install.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git
More information about the Kernel-svn-changes
mailing list