[qflow] 01/19: Added debian folder for qflow

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Oct 13 20:33:41 UTC 2014


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

rubund-guest pushed a commit to branch master
in repository qflow.

commit 24d2b287ed98e90ee8a69e866f5ee1e98f17de15
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Apr 13 23:46:55 2014 +0200

    Added debian folder for qflow
---
 createdeb.sh         | 17 +++++++++++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 14 ++++++++++++++
 debian/copyright     | 36 ++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 13 +++++++++++++
 debian/source/format |  1 +
 8 files changed, 88 insertions(+)

diff --git a/createdeb.sh b/createdeb.sh
new file mode 100755
index 0000000..94165cd
--- /dev/null
+++ b/createdeb.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+PACKAGENAME=qflow
+VERSION=1.0.76
+rm -rf createdeb/
+mkdir createdeb
+#rm -rf createdeb/$PACKAGENAME-$VERSION
+mkdir createdeb/$PACKAGENAME-$VERSION
+git archive master | tar -x -C createdeb/$PACKAGENAME-$VERSION
+cd createdeb
+tar -czvf $PACKAGENAME\_$VERSION.orig.tar.gz $PACKAGENAME-$VERSION
+#tar -xvf $PACKAGENAME\_$VERSION.orig.tar.gz
+cp -r -v ../debian $PACKAGENAME-$VERSION/
+cd $PACKAGENAME-$VERSION
+dpkg-buildpackage
+#cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
+#debuild
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2cc48e0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+qflow (1.0.76-1~precise) precise; urgency=low
+
+  * First ubuntu package 
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Sun, 13 Apr 2014 23:28:38 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..184555f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: qflow
+Section: universe/electronics
+Priority: extra
+Maintainer: Ruben Undheim <ruben.undheim at gmail.com>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev
+Standards-Version: 3.9.2
+Homepage: http://opencircuitdesign.com/qflow/
+#Vcs-Git: git://opencircuitdesign.com/qflow-1.0 
+
+Package: qflow
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, yosys, yosys-abc, qrouter, magic
+Description: An Open-Source Digital Synthesis Flow
+ A Digital Synthesis Flow using Open Source EDA Tools
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d70c4a7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: qflow
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2014 Ruben <ruben at unknown>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
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/debian-science/packages/qflow.git



More information about the debian-science-commits mailing list