Your message dated Thu, 06 Oct 2016 11:52:04 +0000
with message-id <[email protected]>
and subject line Bug#838761: fixed in sylseg-sk 0.7.2-2
has caused the Debian Bug report #838761,
regarding sylseg-sk: cruft in d/rules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
838761: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838761
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sylseg-sk
Severity: minor
Control: tags -1 patch

While checking the bug related to dpkg-buildpackge -A stuff, I noticed
that there is lots of cruft in your d/rules, e.g setting CFLAGS while your
package is not written in C.

I guess the d/rules can be updated just to have short-debhelper format:

See attached patch.

--
tobi

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u sylseg-sk-0.7.2/debian/changelog sylseg-sk-0.7.2/debian/changelog
--- sylseg-sk-0.7.2/debian/changelog
+++ sylseg-sk-0.7.2/debian/changelog
@@ -1,3 +1,10 @@
+sylseg-sk (0.7.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Change to short debhelper sequencer.
+
+ -- Tobias Frost <[email protected]>  Sat, 24 Sep 2016 14:21:06 +0200
+
 sylseg-sk (0.7.2-1) unstable; urgency=high
 
   * Package building process fix.
diff -u sylseg-sk-0.7.2/debian/rules sylseg-sk-0.7.2/debian/rules
--- sylseg-sk-0.7.2/debian/rules
+++ sylseg-sk-0.7.2/debian/rules
@@ -10,92 +10,5 @@
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
+%:
+	dh $@
 
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	#$(MAKE)
-	#docbook-to-man debian/sylseg-sk.sgml > sylseg-sk.1
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	#-$(MAKE) clean
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Add here commands to install the package into debian/sylseg-sk.
-	#$(MAKE) install DESTDIR=$(CURDIR)/debian/sylseg-sk
-	cp -v  Trans_sylseg.pm $(CURDIR)/debian/sylseg-sk/usr/share/perl5/sylseg_sk/
-	cp -v  sylseg-sk.stats $(CURDIR)/debian/sylseg-sk/usr/share/sylseg_sk/
-	cp -v  sylseg-sk-training $(CURDIR)/debian/sylseg-sk/usr/bin/
-	cp -v  sylseg-sk $(CURDIR)/debian/sylseg-sk/usr/bin/
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-#	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-	dh_installman sylseg-sk-training.1 sylseg-sk.1
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_perl
-#	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
only in patch2:
unchanged:
--- sylseg-sk-0.7.2.orig/debian/install
+++ sylseg-sk-0.7.2/debian/install
@@ -0,0 +1,5 @@
+Trans_sylseg.pm usr/share/perl5/sylseg_sk/
+sylseg-sk.stats usr/share/sylseg_sk/
+sylseg-sk-training usr/bin/
+sylseg-sk usr/bin/
+
only in patch2:
unchanged:
--- sylseg-sk-0.7.2.orig/debian/manpages
+++ sylseg-sk-0.7.2/debian/manpages
@@ -0,0 +1,2 @@
+sylseg-sk-training.1
+sylseg-sk.1

--- End Message ---
--- Begin Message ---
Source: sylseg-sk
Source-Version: 0.7.2-2

We believe that the bug you reported is fixed in the latest version of
sylseg-sk, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ďoďo Ivanecký <[email protected]> (supplier of updated sylseg-sk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 24 Sep 2016 14:21:06 +0200
Source: sylseg-sk
Binary: sylseg-sk
Architecture: source all
Version: 0.7.2-2
Distribution: unstable
Urgency: medium
Maintainer: Ďoďo Ivanecký <[email protected]>
Changed-By: Ďoďo Ivanecký <[email protected]>
Description:
 sylseg-sk  - Syllabic segmentation for Slovak language
Closes: 838761
Changes:
 sylseg-sk (0.7.2-2) unstable; urgency=medium
 .
   * Change to short debhelper sequencer (closes:#838761).
   * Thanks to Tobias Frost
Checksums-Sha1:
 1046e5920b35a699cd45bb52cac5aa72bf0799d4 1630 sylseg-sk_0.7.2-2.dsc
 9595efc1f7af633730b4094a8ce45c8696674e26 2385 sylseg-sk_0.7.2-2.diff.gz
 83d6f8cfa02c482855aa2995a1d04b308ecd8f40 104098 sylseg-sk_0.7.2-2_all.deb
Checksums-Sha256:
 d31409b0bda6341ad4ce8d29213eb643061521d4a484f65eea6f508e8fa80f61 1630 
sylseg-sk_0.7.2-2.dsc
 4fdd30037c0302c7e8da60d0417091ba0dca984283dae5f108b720b5e6fc548f 2385 
sylseg-sk_0.7.2-2.diff.gz
 8d118e6b21aa2ec574573fcd3b04c08f86bc20d458b56fe8bb1511b64947b4a6 104098 
sylseg-sk_0.7.2-2_all.deb
Files:
 c00fa69326542cab611cc5e992e6a8eb 1630 text extra sylseg-sk_0.7.2-2.dsc
 092442df425da7cc6d8fc6250eaf6772 2385 text extra sylseg-sk_0.7.2-2.diff.gz
 96366f4728d5e14accc4265668b2f347 104098 text extra sylseg-sk_0.7.2-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJX9jfeAAoJEGhWpKZArz/TfdsQALF17M/BqnKoHSKOB8i9J0Si
EKoSzqOI0NqbUyC7d7USHfmBshsTkD0FPqB/3qHuBOCSCLwQ9C7v81Ezbhvn+f6s
ozj+ztLZ640cgfgfSE65m7M3Cg8arqaJ/X7myDuS9X2bcq5SDj3zJSoaA/mwYzvE
AyMwGJRGneYy6BZj0u/aC5VtqKcYKniQErh5fnwShABe7n+Jn/1zuzNu81HI1Xna
RZ9u5rdit8j8v14HJ3P9OsNBeTOjj+ruwoowUM6hFTUKysiuSpoyIOnNPQcI5RD6
5xSRQhASUYJOZbP9I0O3da61B5VHozMwaa+239lXCSemdyZp3IhXfLy86x+PGXEX
ynEg4nnBow1apM2kYxojDqyp07wczF5kcWNEKy4ZS0pjul87dMA5C0h2rN4AF5NL
4Ik07P5dqCHaZ8ERGJAssHIMLAXwB0eDAgvHkK2Xt2yWFe+AjlOnjhE0tBDk6bCW
UUFlz/eECXJZv8n1WA7xGwq/Ur/CagSKg6arapjt4a1bjwime1djq9G/bhgNq3kD
EbqYkOIQb/9mMLbighrKCkBHub864Ut0m70fOL7hsCzSf/PzA/YwNe+1bnCLfmHK
0NjHWmyxH47SM7HN4nhKOcLM2av/kG+MLLcOmt1Prwi3H8QG68o2eRvWobGhP7nz
m8Cf+iJame0Kf2hUHJm1
=zSCX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to