[qflow] 01/01: Try separate packages for technology files
Ruben Undheim
rubund-guest at moszumanska.debian.org
Thu Oct 16 21:42:15 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 edd0861c8980debde93dff68eb37f2b31f6b62b6
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Thu Oct 16 23:33:03 2014 +0200
Try separate packages for technology files
---
debian/control | 14 ++++++++++++++
debian/qflow-tech-osu035.install | 1 +
debian/qflow-tech-osu050.install | 1 +
debian/qflow.install | 2 ++
4 files changed, 18 insertions(+)
diff --git a/debian/control b/debian/control
index 71c35ae..3870ad0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/qflow.g
Vcs-Git: git://anonscm.debian.org/debian-science/packages/qflow.git
Homepage: http://opencircuitdesign.com/qflow/
+
Package: qflow
Architecture: any
Depends: ${shlibs:Depends},
@@ -21,3 +22,16 @@ Depends: ${shlibs:Depends},
tcsh
Description: An Open-Source Digital Synthesis Flow
A Digital Synthesis Flow using Open Source EDA Tools
+
+Package: qflow-tech-osu035
+Architecture: any
+Depends: qflow
+Description: Technology files needed for qflow for osu035
+ This package only contains the technology files needed for qflow.
+
+Package: qflow-tech-osu050
+Architecture: any
+Depends: qflow
+Description: Technology files needed for qflow for osu050
+ This package only contains the technology files needed for qflow.
+
diff --git a/debian/qflow-tech-osu035.install b/debian/qflow-tech-osu035.install
new file mode 100644
index 0000000..c4a71e0
--- /dev/null
+++ b/debian/qflow-tech-osu035.install
@@ -0,0 +1 @@
+usr/share/qflow/tech/osu035
diff --git a/debian/qflow-tech-osu050.install b/debian/qflow-tech-osu050.install
new file mode 100644
index 0000000..1e30c15
--- /dev/null
+++ b/debian/qflow-tech-osu050.install
@@ -0,0 +1 @@
+usr/share/qflow/tech/osu050
diff --git a/debian/qflow.install b/debian/qflow.install
new file mode 100644
index 0000000..f415609
--- /dev/null
+++ b/debian/qflow.install
@@ -0,0 +1,2 @@
+usr/bin
+usr/lib/qflow
--
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