[Pkg-privacy-commits] [nautilus-wipe] 122/224: Import initial Debian packaging.

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:41 UTC 2016


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

u-guest pushed a commit to branch master
in repository nautilus-wipe.

commit 47f4b29528cd455296c48c60d9f5c16dacfefbc9
Author: intrigeri <intrigeri at boum.org>
Date:   Sat May 28 12:52:17 2011 +0200

    Import initial Debian packaging.
---
 debian/changelog          |  5 +++++
 debian/compat             |  1 +
 debian/control            | 33 +++++++++++++++++++++++++++++++++
 debian/copyright          | 14 ++++++++++++++
 debian/gbp.conf           |  3 +++
 debian/nautilus-wipe.docs |  4 ++++
 debian/rules              |  8 ++++++++
 debian/source/format      |  1 +
 8 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..deb0ba3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+nautilus-wipe (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #FIXME)
+
+ -- Tails developers <amnesia at boum.org>  Sat, 28 May 2011 18:36:42 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f1b1a23
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: nautilus-wipe
+Section: utils
+Priority: optional
+Maintainer: Tails developers <amnesia at boum.org>
+Standards-Version: 3.9.1
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ gnome-doc-utils,
+ hardening-wrapper,
+ intltool,
+ libgconf2-dev,
+ libgsecuredelete-dev (>= 0.1-1~),
+ libgtk2.0-dev,
+ libnautilus-extension-dev,
+ rarian-compat
+Homepage: http://wipetools.tuxfamily.org/nautilus-wipe.html
+Vcs-Git: git://webmasters.boum.org/nautiluswipe
+
+Package: nautilus-wipe
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libgconf2-4,
+ libgsecuredelete0,
+ libgtk2.0-0,
+ libnautilus-extension1
+Description: Secure deletion extension for Nautilus
+ Nautilus Wipe is a Nautilus extension that adds "Securely erase" and
+ "Securely fill empty space" items to the right-click menu.
+ .
+ The progress and results of the operations are shown in a progress
+ dialog.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5235d45
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,14 @@
+Format: http://dep.debian.net/deps/dep5/
+Source: http://wipetools.tuxfamily.org/nautilus-wipe.html
+
+Files: *
+Copyright: © 2009-2011 Colomban Wendling <ban at herbesfolles.org>
+License: GPL-3+
+
+Files: debian/*
+Copyright: © 2011 Tails developers <amnesia at boum.org>
+License: GPL-3+
+
+License: GPL-3+
+ The full text of the GPL is distributed as COPYING in nautilus-wipe source,
+ and is distributed in /usr/share/common-licenses/GPL-3 on Debian systems.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..c968ff4
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+upstream-tag = upstream/nautiluswipe_%(version)s
+debian-tag = debian/nautiluswipe_%(version)s
diff --git a/debian/nautilus-wipe.docs b/debian/nautilus-wipe.docs
new file mode 100644
index 0000000..c17f037
--- /dev/null
+++ b/debian/nautilus-wipe.docs
@@ -0,0 +1,4 @@
+AUTHORS
+NEWS
+README
+TODO
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2c1e46c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_HARDENING=1
+
+%:
+	dh $@
+
+override_dh_makeshlibs:
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-privacy/packages/nautilus-wipe.git



More information about the Pkg-privacy-commits mailing list