, see dh(1) for details.
4. In addition, for deleting be_BY.bdic, instead of a new target in
debian/rules you can use debian/clean file with one line (be_BY.bdic).
--
Dmitry Shachnev
signature.asc
Description: PGP signature
updates in stable.
Although, I would be happy to discuss this with them.
--
Dmitry Shachnev
signature.asc
Description: PGP signature
graph of qt/docbook/en/legal.xml in the license text (before the
“On Debian systems” part).
[1]:
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-short-name
--
Dmitry Shachnev
signature.asc
Description: PGP signature
s
and should be avoided.
Now that Python 3.6 is no longer supported (and there is only one supported
Python 3 version), that hack can be dropped.
--
Dmitry Shachnev
signature.asc
Description: PGP signature
he last commit is from
Ondřej), and document in the changelog that you have added yourself to
Uploaders.
Then I will upload it.
--
Dmitry Shachnev
signature.asc
Description: PGP signature
ed to do it after dh_python3 runs.
So better use this:
override_dh_python3:
dh_python3
rm -rfv debian/python3-github/usr/lib/python3.*
--
Dmitry Shachnev
signature.asc
Description: PGP signature
isn't?
Yes, it is better to merge these entries and keep one entry per actual
upload to archive.
--
Dmitry Shachnev
signature.asc
Description: PGP signature
://alioth-archive.debian.org/git/users/kaction-guest/pygithub.git.tar.xz
[2]: https://wiki.debian.org/Python/GitPackagingPQ
[3]: https://pypi.org/project/PyGithub/1.40/
[4]: https://pypi.debian.net/PyGithub/watch
--
Dmitry Shachnev
signature.asc
Description: PGP signature
for this
> purposed.
> All this stuff is exposed in debian/README.Debian .
OK, that explains it. I was lazy and did not look for README.Debian.
--
Dmitry Shachnev
signature.asc
Description: PGP signature
that you packaged the new version instead.
[1]: https://github.com/rolandshoemaker/CommonMark-py
[2]: https://github.com/rtfd/CommonMark-py
--
Dmitry Shachnev
signature.asc
Description: PGP signature
etc). But even major releases happen quite often nowadays:
i.e. 1.5 is expected in end of Oct. or middle of Nov.
Or, even better, if you really care about those tiny .pngs, please propose
a patch against dh_sphinxdoc to take care of them :)
> I really, really dislike files duplication, however small they are.
--
Dmitry Shachnev
signature.asc
Description: PGP signature
ed binary package size and,
> what bothers me more, several instances of same file in my /usr.
Please drop it. dh_sphinxdoc replaces the JS files with correct symlinks,
so you do not need to care about it.
(It does not replace the images though, but they are few hundred bytes
each, so linkin
N3 = $(shell py3versions -r)
>
> instead?
This can be used to make sure that scripts get a #!/usr/bin/python3
shebang, and not a versioned one (see also #692393).
This package doesn't seem to have any scripts, though.
--
Dmitry Shachnev
--
To UNSUBSCRIBE, email to debian-mentors-requ
add that to
the list of packages I can upload :)
--
Dmitry Shachnev
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
http://lists.debian.org/CAKimPHXzS1Bbski5tk-mRKQtsVs7dOnbyaj=e2i9pavhgip...@mail.gmail.com
On Mon, Apr 8, 2013 at 2:35 PM, Dmitry Shachnev wrote:
>> cppcheck says:
>> [woff.c:281]: (error) Common realloc mistake: 'woffData' nulled but not
>> freed upon failure
>> [woff.c:301]: (error) Common realloc mistake: 'woffData' nulled but not
&g
On Sun, Apr 7, 2013 at 10:44 PM, Jakub Wilk wrote:
> (I don't intend to sponsor this. Sorry!)
Thanks for the review anyway!
> * Dmitry Shachnev , 2013-04-07, 16:48:
>
>>> FTR, the repository is here:
>>> svn://anonscm.debian.org/pkg-fonts/packages/woff-tools/trun
On Sun, Apr 7, 2013 at 4:31 PM, Jakub Wilk wrote:
> FTR, the repository is here:
> svn://anonscm.debian.org/pkg-fonts/packages/woff-tools/trunk
>
> Please fix the Vcs-Svn field. :)
Done, thanks! I should probably have mentioned it when I was filing the bug…
--
Dmitry Shac
Hi Jakub,
On Fri, 5 Apr 2013 16:26:01 +0200, Jakub Wilk wrote:
> * Dmitry Shachnev , 2013-04-04, 14:36:
> >http://mentors.debian.net/debian/pool/main/w/woff-tools/woff-tools_2009.10.04-1.dsc
>
> FTBFS:
> woff.c:43:18: fatal error: zlib.h: No such file or directory
Fi
09.10.04-1.dsc
More information about woff-tools can be obtained from
https://people.mozilla.com/~jkew/woff/.
--
Dmitry Shachnev
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (700, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)
t-orig-source target in debian/rules.
Which way would you prefer:
- getting the tarball from github directly;
- cloning the git repo and then building the archive manually?
Both are a bit tricky, and neither provides an easy way to get the
upstream version (which should be A.B+MMDD). Will
sible to run clean twice.
> But all that's a bit nit-picky. Now lets look at the doc package:
>
> 1) Again, in debian/copyright you could optionally clean it up a bit
> by using stand-alone license paragraphs.
Done.
> 2) In debian/control, you have:
>
> Maintainer: Dmitr
, Jakub Wilk wrote:
> * Dmitry Shachnev , 2012-11-18, 15:00:
>
>>> License in debian/copyright is not the same as in LICENSE.
>>
>> Fixed upstream (I believe) — is that what you meant:
>>
>> http://bazaar.launchpad.net/~mitya57/python-markups/trunk/revision/8
d('')
>> if start_position >= 0 and end_position >= 0:
>> mjurl = head[start_position:end_position+9]+'\n'
>> return mjurl.replace(MATHJAX_WEB_URL, get_mathjax_url(webenv))
>> return ''
>
> Eww again. How about usin
ReText 4.0, which will be released soon.
Only the Python 3 version is provided since ReText will be using Python 3 by
default (and I don't know any apps that are going to use the Python 2
version).
* Package name: pymarkups
Version : 0.2.3-1
Upstream Author : myself (Dmitry S
* debian/patches/no_mathjax_js_in_documentation.patch:
Remove reference to MathJax.js from mjtheme/layout.html.
-- Dmitry Shachnev Wed, 31 Oct 2012 17:54:51 +0400
- s/it's/its/ in the first line, of course :)
--
Dmitry Shachnev
--
To UNSUBSCRIBE
;t add any new code/text, so an ITP bug is not needed (I think). Also,
upstream no longer provides "tag" releases (but "rolling" branches instead), so
I have tweaked version numbers to indicate that.
Thanks in advance,
--
Dmitry Shachnev
-- System Information:
Debian Releas
?
I've committed my changes to DMPT svn ([2], actually, python-gnupg
packaging was already available there, but it was broken and the
original author said I can replace it).
[1]: http://paste.debian.net/161128/
[2]:
http://anonscm.debian.org/viewvc/python-modules/packages/python-gnupg/trunk/d
Thanks everyone for replying, the help is no more needed — I've
contacted the maintainer and he will help me to get this uploaded.
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
http://lis
OK, I mailed to debian-python list and attached fixed files there.
On Wed, Jan 11, 2012 at 11:51 AM, Stefano Rivera wrote:
> Hi Dmitry (2012.01.11_08:36:27_+0200)
>> Updated diff can be found here at http://paste.ubuntu.com/800258/.
>
> All in all, that's probably too big for an NMU (it changes t
Update:
mentors.debian.net seems to allow re-uploads, so I fixed two issues I
wrote about in previous message.
Updated diff can be found here at http://paste.ubuntu.com/800258/.
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
Thanks for the reply,
I will split the code to the launcher and modules in the next version
(probably 2.5), and keep it unchanged for now.
Also, I'll file a bug to python-markdown package.
--
Dmitry Shachnev
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subje
o module and launcher (in
upstream tarball, since I'm also the upstream author)?
And one off-topic question: when Debian will provide Python 3 packages
for modules supporting it? Like python-qt4 (bug 558389) and
python-markdown?
--
Thanks for advance,
Dmitry Shachnev
--
To UNSUBSCRIBE
Thanks, I'll change it in the next version.
-
Dmitry Shachnev
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
http://lists.debian.org/BANLkTi=t=hzhuzjcpi5um7h35z90me7...@mail.gmail.com
ring build? This will add a big build-dependency on
Qt.
-
Dmitry Shachnev (http://qa.debian.org/developer.php?login=mitya57%40gmail.com)
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia
Dear mentors,
I am looking for a sponsor for my package "retext".
* Package name: retext
Version : 1.1.0-2
Upstream Author : I (Dmitry Shachnev)
* URL : http://retext.sourceforge.net/
* License : GNU GPL
Section : editors
It builds th
Fixed (retext 1.0.2-4).
As a side-effect, debian.tar.gz now contains icons/* dirs. (I can
remove them at each build, but I'll everytime forget to do it :) ).
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de
Done!
override_dh_auto_clean:
dh_auto_clean
rm -rf debian/icons
rm -f retext
rm -f wpgen/wpgen
Dmitry Shachnev
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.
Dear mentors,
I updated my package "retext" and I am still looking for a sponsor.
This version solves some packaging issues that I was pointed to. Also,
this is new upstream release.
* Package name: retext
Version : 1.0.2
Upstream Author : me (Dmitry Shach
You didn't understand me.
dh_auto_clean is being called BEFORE the build process, but I need to
remove retext and wpgen/wpgen AFTER it.
I will try to solve this via adding a customized binary-indep and
install sections.
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a
Hm... It seems that dh_auto_clean is called *before* the build process:
fakeroot debian/rules clean
dh_auto_clean
rm -rf debian/icons
mv retext retext.py
mv: could not stat «retext»: No such file or directory
Maybe I should use dh_something_else instead? (The same with dh_clean).
BTW, ReText 1
Can you upload it or I should fix something else?
2011/5/9 Dmitry Shachnev :
> This will have no effect.
> I have already renamed that file upstream (but maybe index is not updated
> yet).
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of &qu
I renamed those files upstream.
2011/5/9 Fabrizio Regalli :
> Hi,
>
> Il giorno lun, 09/05/2011 alle 16.09 +0400, Dmitry Shachnev ha scritto:
>> Fix:
>> * Lintian says I should put
>> "http://sourceforge.net/retext/ReText_(.+)\.tar\.gz" [0] to
>&g
Fix:
* Lintian says I should put
"http://sourceforge.net/retext/ReText_(.+)\.tar\.gz" [0] to
debian/watch, but I don't think it works
2011/5/9 Dmitry Shachnev :
> I updated the package, fixing most of things you pointed. Check it out
> (retext 1.0.1b-4).
> Some notes:
&
I have put some "mv && dh_install && mv" commands in debian/rules
* "--with python2" is needed for Python packages, retext and wpgen are
just single files in /usr/bin
[0]
http://lintian.debian.org/tags/debian-watch-file-should-use-sf-redirector.html
Dmitry Sha
Just a question:
Should I create a new bug (to include its number) or it's not essential?
2011/5/8 Dmitry Shachnev :
> Thanks for your advice! I will provide an updated package tomorrow.
>
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of &
Thanks for your advice! I will provide an updated package tomorrow.
--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive:
http://lists.debian.org/BANLkTimE9RyzZ==fkykyxlg3wa_enp5...@mail.gmail.c
Fixed (upstream tarball updated as well).
Is it enough to provide /usr/share/doc/retext/changelog.gz, or we need
one for retext-wpgen too?
Dmitry Shachnev
2011/5/8 Fabrizio Regalli :
> Hi Dmitry,
>
> two thing:
>
> W: retext source: out-of-date-standards-version 3.9.1 (c
47 matches
Mail list logo