[med-svn] [Git][med-team/kmc][master] 4 commits: d/clean: new: cleanup various build artifacts.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Tue Dec 5 16:55:15 GMT 2023
Étienne Mollier pushed to branch master at Debian Med / kmc
Commits:
13acbf70 by Étienne Mollier at 2023-12-05T17:52:01+01:00
d/clean: new: cleanup various build artifacts.
Closes: #1049134
- - - - -
24653be2 by Étienne Mollier at 2023-12-05T17:52:36+01:00
d/rules: remove unnecessary dh_auto_clean override.
The further files cleansed have been listed in d/clean.
- - - - -
a71993c3 by Étienne Mollier at 2023-12-05T17:53:38+01:00
spelling.patch: further fixes against typos.
- - - - -
0aebcbe2 by Étienne Mollier at 2023-12-05T17:54:34+01:00
ready to upload to unstable.
- - - - -
4 changed files:
- debian/changelog
- + debian/clean
- debian/patches/spelling.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+kmc (3.2.2+dfsg-2) unstable; urgency=medium
+
+ * d/clean: new: cleanup various build artifacts. (Closes: #1049134)
+ * d/rules: remove unnecessary dh_auto_clean override.
+ The further files cleansed have been listed in d/clean.
+ * spelling.patch: further fixes against typos.
+
+ -- Étienne Mollier <emollier at debian.org> Tue, 05 Dec 2023 17:54:14 +0100
+
kmc (3.2.2+dfsg-1) unstable; urgency=medium
* New upstream version
=====================================
debian/clean
=====================================
@@ -0,0 +1,5 @@
+debian/man/
+debian/man_src/*.html
+debian/man_src/*.?
+kmc_CLI/*.o
+man/
=====================================
debian/patches/spelling.patch
=====================================
@@ -114,3 +114,166 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-// ***** EOF
\ No newline at end of file
+// ***** EOF
+--- kmc.orig/kmc_core/fastq_reader.cpp
++++ kmc/kmc_core/fastq_reader.cpp
+@@ -389,7 +389,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: should never be here, plase contact authors, CODE: FastqReader_" << __LINE__;
++ ostr << "Error: should never be here, please contact authors, CODE: FastqReader_" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ }
+--- kmc.orig/kmc_core/kb_completer.cpp
++++ kmc/kmc_core/kb_completer.cpp
+@@ -104,7 +104,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ }
+@@ -178,7 +178,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+
+--- kmc.orig/kmc_core/kb_completer.h
++++ kmc/kmc_core/kb_completer.h
+@@ -387,7 +387,7 @@
+ return CompleteKFFFormat(result);
+ default:
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ assert(false); //Should never be here
+--- kmc.orig/kmc_core/kb_sorter.h
++++ kmc/kmc_core/kb_sorter.h
+@@ -1051,7 +1051,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ }
+@@ -1096,7 +1096,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ }
+@@ -1213,7 +1213,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ }
+@@ -1259,7 +1259,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ }
+--- kmc.orig/kmc_core/kmc.h
++++ kmc/kmc_core/kmc.h
+@@ -940,7 +940,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+
+@@ -1471,7 +1471,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+
+--- kmc.orig/kmc_tools/kff_info_reader.cpp
++++ kmc/kmc_tools/kff_info_reader.cpp
+@@ -33,7 +33,7 @@
+ marker[3] = '\0';
+ fread(marker, 1, 3, file);
+ if (strncmp(marker, "KFF", 3) != 0)
+- throw std::runtime_error("Error: missing KFF marker at the begining of file " + path);
++ throw std::runtime_error("Error: missing KFF marker at the beginning of file " + path);
+
+ my_fseek(file, -3, SEEK_END);
+ fread(marker, 1, 3, file);
+@@ -299,4 +299,4 @@
+ CKFFInfoReader::~CKFFInfoReader()
+ {
+ fclose(file);
+-}
+\ No newline at end of file
++}
+--- kmc.orig/kmc_tools/kff_db_reader.h
++++ kmc/kmc_tools/kff_db_reader.h
+@@ -49,7 +49,7 @@
+ db_reader_sequential = std::make_unique<CKFFDbReaderSeq<SIZE>>(header, desc);
+ break;
+ default: //should never be here
+- std::cerr << "Error: unknow open mode \n";
++ std::cerr << "Error: unknown open mode \n";
+ exit(1);
+ }
+ }
+@@ -1491,4 +1491,4 @@
+ }
+ };
+
+-#endif
+\ No newline at end of file
++#endif
+--- kmc.orig/kmc_core/kxmer_set.h
++++ kmc/kmc_core/kxmer_set.h
+@@ -463,7 +463,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ }
+@@ -512,7 +512,7 @@
+ else
+ {
+ std::ostringstream ostr;
+- ostr << "Error: not implemented, plase contact authors showing this message" << __FILE__ << "\t" << __LINE__;
++ ostr << "Error: not implemented, please contact authors showing this message" << __FILE__ << "\t" << __LINE__;
+ CCriticalErrorHandler::Inst().HandleCriticalError(ostr.str());
+ }
+ }
+@@ -693,4 +693,4 @@
+
+ #endif
+
+-// ***** EOF
+\ No newline at end of file
++// ***** EOF
=====================================
debian/rules
=====================================
@@ -23,11 +23,6 @@ else
dh_auto_build
endif
-override_dh_auto_clean:
- rm -rf $(debfolder)/man_src/*.html $(debfolder)/man_src/*.?
- rm -rf $(mandir)
- dh_auto_clean --
-
override_dh_installman:
mkdir -p $(mandir)
$(debfolder)/usage_to_man
View it on GitLab: https://salsa.debian.org/med-team/kmc/-/compare/ab7557de0352b45298374700b2016dc35cf7efa3...0aebcbe2fc652c826374ff9966ed318481da09b7
--
View it on GitLab: https://salsa.debian.org/med-team/kmc/-/compare/ab7557de0352b45298374700b2016dc35cf7efa3...0aebcbe2fc652c826374ff9966ed318481da09b7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231205/0e94f1fa/attachment-0001.htm>
More information about the debian-med-commit
mailing list