[SCM] Packaging for covered branch, master, updated. 931201662e1ad1b3b7a76690dcef3a39ae20a0a2

أحÙد الÙØ­Ùودي (Ahmed El-Mahmoudy) aelmahmoudy at users.sourceforge.net
Wed Aug 5 13:43:42 UTC 2009


The following commit has been merged in the master branch:
commit e710b528d560fdf25a32bb2024a8c50418d3fa6a
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Wed Aug 5 16:36:46 2009 +0300

    * Use quilt patch system
    * Added typo.diff to fix a typo.
    * Added tclscript_install.diff to install Tcl scripts without setting the
      executable bit.

diff --git a/debian/changelog b/debian/changelog
index ef3db19..dbe472a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 covered (0.7.5-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #539883)
+  * Added typo.diff to fix a typo.
+  * Added tclscript_install.diff to install Tcl scripts without setting the 
+    executable bit.
 
  -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>  Mon, 03 Aug 2009 20:22:43 +0300
diff --git a/debian/control b/debian/control
index 3509188..d2ba194 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, flex, bison, gperf, tcl8.5-dev, tk8.5-dev, libxft2-dev, verilog
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, flex, bison, gperf, tcl8.5-dev, tk8.5-dev, libxft2-dev, verilog, quilt (>= 0.46-7~)
 Standards-Version: 3.8.2
 Homepage: http://covered.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/debian-science/packages/covered.git
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a7dee0e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+typos.diff
+tclscript_install.diff
diff --git a/debian/patches/typos.diff b/debian/patches/typos.diff
new file mode 100644
index 0000000..4e5158b
--- /dev/null
+++ b/debian/patches/typos.diff
@@ -0,0 +1,12 @@
+Fix a typo
+--- a/src/report.c
++++ b/src/report.c
+@@ -730,7 +730,7 @@
+       (info_suppl.part.excl_pragma == 1) ) {
+     fprintf( ofile, "* CDD file excludes the following block types:\n" );
+     if( info_suppl.part.excl_assign == 1 ) {
+-      fprintf( ofile, "    assign - Continuous Assigments\n" );
++      fprintf( ofile, "    assign - Continuous Assignments\n" );
+     }
+     if( info_suppl.part.excl_always == 1 ) {
+       fprintf( ofile, "    always - Always Statements\n" );
diff --git a/debian/rules b/debian/rules
index 1476e62..ceead91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,14 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with quilt
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-iv=/usr LDFLAGS="$$LDFLAGS -Wl,--as-needed"
 
 override_dh_auto_test:
 	make check
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/covered/usr/share/covered/scripts/*

-- 
Packaging for covered



More information about the debian-science-commits mailing list