[qflow] 02/07: Cleaned up some lintians

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Jul 24 13:22:34 UTC 2015


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

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

commit f68a222e332d49dae1851772c51cebf1aacad69f
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Jul 24 14:50:38 2015 +0200

    Cleaned up some lintians
---
 debian/control                             | 17 +++++++++---
 debian/patches/permission_technology.patch | 42 +++++++++++++++++++++---------
 2 files changed, 43 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index 95ed774..489c972 100644
--- a/debian/control
+++ b/debian/control
@@ -28,24 +28,33 @@ Depends: ${shlibs:Depends},
 Recommends: qflow-tech-osu018,
             qflow-tech-osu035,
             qflow-tech-osu050
-Description: An Open-Source Digital Synthesis Flow
+Description: Open-Source Digital Synthesis Flow
  A Digital Synthesis Flow using Open Source EDA Tools
 
 Package: qflow-tech-osu018
 Architecture: all
-Depends: qflow
+Depends: ${misc:Depends},
+         qflow,
+         tcsh
 Description: Technology files needed for qflow for osu018
  This package only contains the technology files needed for qflow.
+ (osu018)
 
 Package: qflow-tech-osu035
 Architecture: all
-Depends: qflow
+Depends: ${misc:Depends},
+         qflow,
+         tcsh
 Description: Technology files needed for qflow for osu035
  This package only contains the technology files needed for qflow.
+ (osu035)
 
 Package: qflow-tech-osu050
 Architecture: all
-Depends: qflow
+Depends: ${misc:Depends},
+         qflow,
+         tcsh
 Description: Technology files needed for qflow for osu050
  This package only contains the technology files needed for qflow.
+ (osu050)
 
diff --git a/debian/patches/permission_technology.patch b/debian/patches/permission_technology.patch
index bafd1a8..6dde41c 100644
--- a/debian/patches/permission_technology.patch
+++ b/debian/patches/permission_technology.patch
@@ -2,36 +2,54 @@ Description: Fix the permission on technology files
 Author: Ruben Undheim <ruben.undheim at gmail.com>
 Forwarded: no
 Last-Update: 2015-07-24
---- qflow-1.1.7.orig/tech/osu018/Makefile.in
-+++ qflow-1.1.7/tech/osu018/Makefile.in
-@@ -31,7 +31,7 @@ install: ${TECH_FILES}
+Index: qflow/tech/osu018/Makefile.in
+===================================================================
+--- qflow.orig/tech/osu018/Makefile.in	2015-07-24 14:42:59.172489446 +0200
++++ qflow/tech/osu018/Makefile.in	2015-07-24 14:45:59.887468437 +0200
+@@ -31,7 +31,11 @@
  	@echo "Installing osu018 tech files"
  	$(INSTALL) -d $(DESTDIR)$(TECHINSTALL)/osu018
  	for target in $(TECH_FILES); do \
 -	   $(INSTALL) $$target $(DESTDIR)$(TECHINSTALL)/osu018 ;\
-+	   $(INSTALL) --mode=644 $$target $(DESTDIR)$(TECHINSTALL)/osu018 ;\
++	   if [ "$$target" = "osu018.sh" ] ; then \
++	    $(INSTALL) $$target $(DESTDIR)$(TECHINSTALL)/osu018 ;\
++	   else \
++	    $(INSTALL) --mode=644 $$target $(DESTDIR)$(TECHINSTALL)/osu018 ;\
++	   fi \
  	done
  
  clean:
---- qflow-1.1.7.orig/tech/osu035/Makefile.in
-+++ qflow-1.1.7/tech/osu035/Makefile.in
-@@ -31,7 +31,7 @@ install: ${TECH_FILES}
+Index: qflow/tech/osu035/Makefile.in
+===================================================================
+--- qflow.orig/tech/osu035/Makefile.in	2015-07-24 14:42:59.172489446 +0200
++++ qflow/tech/osu035/Makefile.in	2015-07-24 14:47:57.497407175 +0200
+@@ -31,7 +31,11 @@
  	@echo "Installing osu035 tech files"
  	$(INSTALL) -d $(DESTDIR)$(TECHINSTALL)/osu035
  	for target in $(TECH_FILES); do \
 -	   $(INSTALL) $$target $(DESTDIR)$(TECHINSTALL)/osu035 ;\
-+	   $(INSTALL) --mode=644 $$target $(DESTDIR)$(TECHINSTALL)/osu035 ;\
++	   if [ "$$target" = "osu035.sh" ] ; then \
++	    $(INSTALL) $$target $(DESTDIR)$(TECHINSTALL)/osu035 ;\
++	   else \
++	    $(INSTALL) --mode=644 $$target $(DESTDIR)$(TECHINSTALL)/osu035 ;\
++	   fi \
  	done
  
  clean:
---- qflow-1.1.7.orig/tech/osu050/Makefile.in
-+++ qflow-1.1.7/tech/osu050/Makefile.in
-@@ -31,7 +31,7 @@ install: ${TECH_FILES}
+Index: qflow/tech/osu050/Makefile.in
+===================================================================
+--- qflow.orig/tech/osu050/Makefile.in	2015-07-24 14:42:59.172489446 +0200
++++ qflow/tech/osu050/Makefile.in	2015-07-24 14:48:22.453818568 +0200
+@@ -31,7 +31,11 @@
  	@echo "Installing osu050 tech files"
  	$(INSTALL) -d $(DESTDIR)$(TECHINSTALL)/osu050
  	for target in $(TECH_FILES); do \
 -	   $(INSTALL) $$target $(DESTDIR)$(TECHINSTALL)/osu050 ;\
-+	   $(INSTALL) --mode=644 $$target $(DESTDIR)$(TECHINSTALL)/osu050 ;\
++	   if [ "$$target" = "osu050.sh" ] ; then \
++	    $(INSTALL) $$target $(DESTDIR)$(TECHINSTALL)/osu050 ;\
++	   else \
++	    $(INSTALL) --mode=644 $$target $(DESTDIR)$(TECHINSTALL)/osu050 ;\
++	   fi \
  	done
  
  clean:

-- 
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