[27852] in Source-Commits

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

debathena-debian-dev commit: Reformat package as a proper Debian package

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Tue Mar 11 12:34:47 2014

Date: Tue, 11 Mar 2014 12:34:39 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403111634.s2BGYdxN012788@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/debathena-debian-dev/commit/f0ebca404d563f27aa6da4f73c0ae17be6e7020d
commit f0ebca404d563f27aa6da4f73c0ae17be6e7020d
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Tue Mar 11 11:44:37 2014 -0400

    Reformat package as a proper Debian package

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..711f3ab
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+debathena-debian-dev (0.4) 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-debian-dev (0.3) unstable; urgency=low
+
+  * First version
+
+ -- Debathena Project <debathena@mit.edu>  Fri, 29 Mar 2013 10:28:05 -0400
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-debian-dev.equivs b/debian/control
similarity index 87%
rename from debathena-debian-dev.equivs
rename to debian/control
index df120b1..25d801c 100644
--- a/debathena-debian-dev.equivs
+++ b/debian/control
@@ -1,10 +1,12 @@
+Source: debathena-debian-dev
 Section: debathena/utils
 Priority: extra
 Standards-Version: 3.9.3
+Maintainer: Debathena Project <debathena@mit.edu>
+Build-Depends: debhelper (>= 7)
 
 Package: debathena-debian-dev
-Version: 0.3
-Maintainer: Debathena Project <debathena@mit.edu>
+Architecture: all
 Depends: apt-file,
  apt-rdepends,
  apt-show-versions,
@@ -27,8 +29,6 @@ Depends: apt-file,
  sbuild,
  wdiff,
  debathena-lintian-config
-Copyright: ../common/copyright
-Readme: ../common/README-meta.in
 Description: Metapackage providing tools for Debathena development
  This metapackage installs a collection of tools used for development
  of Debathena.
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