[med-svn] [daligner] 06/09: Stylistic consistency

Afif Elghraoui afif-guest at moszumanska.debian.org
Sat Jan 9 07:25:28 UTC 2016


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

afif-guest pushed a commit to branch master
in repository daligner.

commit ad7f86e3a30aa9a9670fd5e25c2f7f42d1a50a94
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Fri Jan 8 22:41:39 2016 -0800

    Stylistic consistency
---
 debian/control                                            | 10 ++++++----
 debian/{daligner-doc => man}/HPCdaligner.1.md             |  0
 debian/{daligner-doc => man}/HPCmapper.1.md               |  0
 debian/{daligner-doc => man}/LAcat.1.md                   |  0
 debian/{daligner-doc => man}/LAcheck.1.md                 |  0
 debian/{daligner-doc => man}/LAdump.1.md                  |  0
 debian/{daligner-doc => man}/LAindex.1.md                 |  0
 debian/{daligner-doc => man}/LAmerge.1.md                 |  0
 debian/{daligner-doc => man}/LAshow.1.md                  |  0
 debian/{daligner-doc => man}/LAsort.1.md                  |  0
 debian/{daligner-doc => man}/LAsplit.1.md                 |  0
 debian/{daligner-doc => man}/Makefile                     |  0
 debian/{daligner-doc => man}/daligner.1.md                |  0
 debian/manpages                                           |  2 +-
 debian/patches/{cflags => cflags.patch}                   |  0
 debian/patches/{destdir-install => destdir-install.patch} |  0
 debian/patches/{lddflags => lddflags.patch}               |  0
 debian/patches/series                                     |  6 +++---
 debian/rules                                              |  9 +++------
 19 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 0d760a2..318a199 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,9 @@ Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Afif Elghraoui <afif at ghraoui.name>
-Build-Depends: debhelper (>= 9),
-	       pandoc
+Build-Depends:
+	debhelper (>= 9),
+	pandoc,
 Standards-Version: 3.9.6
 Homepage: https://dazzlerblog.wordpress.com
 Vcs-Git: git://anonscm.debian.org/debian-med/daligner.git
@@ -12,8 +13,9 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/daligner.git
 
 Package: daligner
 Architecture: any
-Depends: ${shlibs:Depends},
-	 ${misc:Depends}
+Depends:
+	${shlibs:Depends},
+	${misc:Depends},
 Description: local alignment discovery between long nucleotide sequencing reads
  These tools permit one to find all significant local alignments between
  reads encoded in a Dazzler database. The assumption is that the reads are
diff --git a/debian/daligner-doc/HPCdaligner.1.md b/debian/man/HPCdaligner.1.md
similarity index 100%
rename from debian/daligner-doc/HPCdaligner.1.md
rename to debian/man/HPCdaligner.1.md
diff --git a/debian/daligner-doc/HPCmapper.1.md b/debian/man/HPCmapper.1.md
similarity index 100%
rename from debian/daligner-doc/HPCmapper.1.md
rename to debian/man/HPCmapper.1.md
diff --git a/debian/daligner-doc/LAcat.1.md b/debian/man/LAcat.1.md
similarity index 100%
rename from debian/daligner-doc/LAcat.1.md
rename to debian/man/LAcat.1.md
diff --git a/debian/daligner-doc/LAcheck.1.md b/debian/man/LAcheck.1.md
similarity index 100%
rename from debian/daligner-doc/LAcheck.1.md
rename to debian/man/LAcheck.1.md
diff --git a/debian/daligner-doc/LAdump.1.md b/debian/man/LAdump.1.md
similarity index 100%
rename from debian/daligner-doc/LAdump.1.md
rename to debian/man/LAdump.1.md
diff --git a/debian/daligner-doc/LAindex.1.md b/debian/man/LAindex.1.md
similarity index 100%
rename from debian/daligner-doc/LAindex.1.md
rename to debian/man/LAindex.1.md
diff --git a/debian/daligner-doc/LAmerge.1.md b/debian/man/LAmerge.1.md
similarity index 100%
rename from debian/daligner-doc/LAmerge.1.md
rename to debian/man/LAmerge.1.md
diff --git a/debian/daligner-doc/LAshow.1.md b/debian/man/LAshow.1.md
similarity index 100%
rename from debian/daligner-doc/LAshow.1.md
rename to debian/man/LAshow.1.md
diff --git a/debian/daligner-doc/LAsort.1.md b/debian/man/LAsort.1.md
similarity index 100%
rename from debian/daligner-doc/LAsort.1.md
rename to debian/man/LAsort.1.md
diff --git a/debian/daligner-doc/LAsplit.1.md b/debian/man/LAsplit.1.md
similarity index 100%
rename from debian/daligner-doc/LAsplit.1.md
rename to debian/man/LAsplit.1.md
diff --git a/debian/daligner-doc/Makefile b/debian/man/Makefile
similarity index 100%
rename from debian/daligner-doc/Makefile
rename to debian/man/Makefile
diff --git a/debian/daligner-doc/daligner.1.md b/debian/man/daligner.1.md
similarity index 100%
rename from debian/daligner-doc/daligner.1.md
rename to debian/man/daligner.1.md
diff --git a/debian/manpages b/debian/manpages
index 7330ae7..13cdaf4 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1 +1 @@
-debian/daligner-doc/*.1
+debian/man/*.1
diff --git a/debian/patches/cflags b/debian/patches/cflags.patch
similarity index 100%
rename from debian/patches/cflags
rename to debian/patches/cflags.patch
diff --git a/debian/patches/destdir-install b/debian/patches/destdir-install.patch
similarity index 100%
rename from debian/patches/destdir-install
rename to debian/patches/destdir-install.patch
diff --git a/debian/patches/lddflags b/debian/patches/lddflags.patch
similarity index 100%
rename from debian/patches/lddflags
rename to debian/patches/lddflags.patch
diff --git a/debian/patches/series b/debian/patches/series
index 8586f40..df525e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,3 @@
-cflags
-lddflags
-destdir-install
+cflags.patch
+lddflags.patch
+destdir-install.patch
diff --git a/debian/rules b/debian/rules
index 402b739..dbae735 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
-# output every command that modifies files on the build system.
 #DH_VERBOSE = 1
-
-DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
+#include /usr/share/dpkg/default.mk
 
 # The upstream build system doesn't honor CPPFLAGS
 CFLAGS := $(CPPFLAGS) $(CFLAGS)
@@ -14,8 +11,8 @@ CFLAGS := $(CPPFLAGS) $(CFLAGS)
 
 override_dh_auto_build:
 	dh_auto_build
-	$(MAKE) -C debian/daligner-doc
+	$(MAKE) -C debian/man
 
 override_dh_auto_clean:
 	dh_auto_clean
-	$(MAKE) -C debian/daligner-doc clean
+	$(MAKE) -C debian/man clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/daligner.git



More information about the debian-med-commit mailing list