[27884] in Source-Commits

home help back first fref pref prev next nref lref last post

debathena-mit-automounter commit: Reformat package from equivs to proper native

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Mon Mar 24 19:48:35 2014

Date: Mon, 24 Mar 2014 19:48:29 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403242348.s2ONmTb2024827@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/debathena-mit-automounter/commit/04b44dc799dd8e0595e4eac059111399d999e51a
commit 04b44dc799dd8e0595e4eac059111399d999e51a
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Mon Mar 24 11:45:21 2014 -0400

    Reformat package from equivs to proper native

 debathena-mit-automounter.equivs |   14 --------------
 debian/changelog                 |   11 +++++++++++
 debian/compat                    |    1 +
 debian/control                   |   14 ++++++++++++++
 debian/copyright                 |   31 +++++++++++++++++++++++++++++++
 debian/gbp.conf                  |    4 ++++
 debian/rules                     |    4 ++++
 debian/source/format             |    1 +
 8 files changed, 66 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2d45749
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+debathena-mit-automounter (0.1.2) unstable; urgency=low
+
+  * Convert the package from equivs to proper package
+
+ -- Victor Vasiliev <vasilvv@mit.edu>  Tue, 11 Mar 2014 11:26:23 -0400
+
+debathena-mit-automounter (0.1.1) unstable; urgency=low
+
+  * First version
+
+ -- Debathena Project <debathena@mit.edu>  Mon, 02 Mar 2009 11:59:06 -0500
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/debathena-mit-automounter.equivs b/debian/control
similarity index 75%
rename from debathena-mit-automounter.equivs
rename to debian/control
index f2bb3fb..ee91e9f 100644
--- a/debathena-mit-automounter.equivs
+++ b/debian/control
@@ -1,13 +1,13 @@
+Source: debathena-mit-automounter
 Section: debathena/net
 Priority: extra
-Standards-Version: 3.6.2
+Standards-Version: 3.9.3
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: debhelper (>= 7)
 
 Package: debathena-mit-automounter
-Version: 0.1.1
-Maintainer: Debathena Project <debathena@mit.edu>
+Architecture: all
 Depends: debathena-pyhesiodfs
-Copyright: ../common/copyright
-Readme: ../common/README-meta.in
 Description: /mit Automounter for Debathena
  This package depends on the current /mit automounter mechanism being
  used by Debathena. It is otherwise empty, so you may safely remove
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..48514b4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: (c) 1996-2014 Massachusetts Institute of Technology
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above
+      copyright notice, this list of conditions and the following
+      disclaimer in the documentation and/or other materials provided
+      with the distribution.
+    * Neither the name of the Massachusetts Institute of Technology
+      nor the names of its contributors may be used to endorse or
+      promote products derived from this software without specific
+      prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL MASSACHUSETTS
+ INSTITUTE OF TECHNOLOGY BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..6e31add
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+upstream-tree=branch
+upstream-branch=master
+debian-branch=master
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)

home help back first fref pref prev next nref lref last post