What to do if FTBFS bug is not reproducible?

2012-01-24 Thread Vasudev Kamath
Hello,

I'm working on to prepare QA upload for surf which is orphaned by its
previous maintainer. There is a FTBFS bug reported against this
package [1]. But I'm not able to reproduce this bug. Package builds
fine on the pbuilder clean chroot. I've already reported this on the
bug and also have provided my build log. How can I proceed shall I
manually close this bug and prepare a normal QA upload or I need to
wait for some reply on the bug.



[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646474

Best Regards
-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://identi.ca/vasudev
http://twitter.com/vasudevkamath


-- 
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/cak+nopwiybn3mxss6v5_wnd1ar36vv7xkxz7pzwvwb4vqqa...@mail.gmail.com



Bug#657428: RFS: surf -- simple web browser (QA upload)

2012-01-25 Thread Vasudev Kamath
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "surf". This package is
orphaned and I've prepared a QA upload for the same. The package can
be downloaded with

  dget -x http://mentors.debian.net/debian/pool/main/s/surf/surf_0.4.1-5.dsc

This package builds without any lintian warnings. Below is the changelog

surf (0.4.1-5) unstable; urgency=low

  * QA upload.
  * debian/control:
+ Bumped Standards-Version to 3.9.2
+ Vcs-* fields now point to collab-maint repository
  * debian/watch:
+ Introduced watch file
  * debian/surf.postinst:
+ Reduced the update-alternative priority to 30 as per request from user
  to the previous maintainer
  * debian/rules:
+ Introduced dpkg-buildflags by patching config.mk with
dpkg-buildflags.patch
  * debian/source/local-options:
+ Introduced local-options to undo the patches

 -- Vasudev Kamath   Thu, 26 Jan 2012 12:28:03 +0530


If some one can upload the same for me it would be really helpful.


Best Regards
-- 

Vasudev Kamath



-- 
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/cak+nopxvqelrbplnc_1qgb4mvd_y0yfsrbx9eszjxzmtr2k...@mail.gmail.com



Bug#657428: RFS: surf -- simple web browser (QA upload)

2012-01-27 Thread Vasudev Kamath
On 16:46 Fri 27 Jan , Jakub Wilk wrote:
> > * QA upload.
> 
> Here, for completeness, I would mention that you changed the
> Maintainer field to Debian QA Group.

I'll add this
> 
> > * debian/control:
> >   + Bumped Standards-Version to 3.9.2
> 
> Did this require any changes to the packaging?

It didn't require any changes to packaging I'll mention it in the
changelog

> 
> > * debian/surf.postinst:
> >   + Reduced the update-alternative priority to 30 as per request from user
> > to the previous maintainer
> 
> Hmm. Was there a bug report about that?

No previous maintainer Kai forwarded mail to me as I had adopted his
dwm package. I asked the reporter to raise a bug but he didn't do
that. So what do you suggest me to do for this? Shall I raise a bug or
its not required?.


> 
> > * debian/rules:
> >   + Introduced dpkg-buildflags by patching config.mk with
> >dpkg-buildflags.patch
> 
> This is formulated in a confusing way. I had to look at sources to
> understand what happened.
> 
> Okay, so there are two changes:
> 1) You added a patch for config.mk that makes it honour
> {C,CPP,LD}FLAGS from environment.
> 2) You added a hunk to debian/rules that exports these variables.
> 
> The hunk looks like this:
> 
> +#export DH_VERBOSE=1
> +
> +-include /usr/share/dpkg/buildflags.mk
> +export CPPFLAGS CFLAGS LDFLAGS
> 
> Unfortunately, this _won't_ do the right thing for these dpkg-dev
> versions that didn't provide the /usr/share/dpkg/buildflags.mk file.
> Please see
> <http://lists.debian.org/debian-mentors/2011/10/msg00307.html> to
> understand why.

Ok I went through the conversation so I need to build-depend on
dpkg-dev correct version for this and add conditional check for
buildflags.mk. Please correct me if I'm wrong

> 
> > * debian/source/local-options:
> >   + Introduced local-options to undo the patches
> 
> No, no, no. debian/source/local-options doesn't belong in the source
> package. And if you look carefully, dpkg-source in fact didn't
> include it in .debian.tar.gz.

Okay I read maint-guide section 5.22 again and now I'm clear this is
only for changing the behaviour dpkg-source locally. I'll remove this
section from changelog.

I'll upload finished package ASAP. Thanks for the review :)

Best Regards
-- 
Vasudev Kamath


signature.asc
Description: Digital signature


Bug#657428: RFS: surf -- simple web browser (QA upload)

2012-01-27 Thread Vasudev Kamath
On 17:52 Fri 27 Jan , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-01-27, 21:52:
> >>>  + Reduced the update-alternative priority to 30 as per
> >>>request   from user to the previous maintainer
> >>Hmm. Was there a bug report about that?
> >No previous maintainer Kai forwarded mail to me as I had adopted
> >his dwm package. I asked the reporter to raise a bug but he didn't
> >do that. So what do you suggest me to do for this? Shall I raise a
> >bug or its not required?.
> 
> Well, I wanted to have some insight into what problem we're trying
> to solve here. Having it documented somewhere (preferably in a bug
> report) would be nice.

Done reported it as bugs by including mail content which I got and
added closes in changelog

> 
> >>The hunk looks like this:
> >>
> >>+#export DH_VERBOSE=1
> >>+
> >>+-include /usr/share/dpkg/buildflags.mk
> >>+export CPPFLAGS CFLAGS LDFLAGS
> >>
> >>Unfortunately, this _won't_ do the right thing for these
> >>dpkg-dev versions that didn't provide the
> >>/usr/share/dpkg/buildflags.mk file. Please see
> >><http://lists.debian.org/debian-mentors/2011/10/msg00307.html>
> >>to understand why.
> >
> >Ok I went through the conversation so I need to build-depend on
> >dpkg-dev correct version for this and add conditional check for
> >buildflags.mk. Please correct me if I'm wrong
> 
> There is more than one way to fix this. The simplest is to have
> versioned build-dependency on dpkg-dev. (And then you don't need "-"
> prefix before include, or other conditional checks.)

Done added a Build-Depends and removed - from rules.

Re uploaded package to mentors

Best Regards
-- 
Vasudev Kamath
GPG fingerprint = C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#657428: RFS: surf -- simple web browser (QA upload)

2012-01-27 Thread Vasudev Kamath
On 22:40 Fri 27 Jan , Jakub Wilk wrote:
 
> For the record, the bug number is #657646.
> 
> As I commented there, I'm not convinced that reducing priority is
> necessary. That said, it won't do (much) harm either, so I don't
> really mind.
> 
> Please consider applying the attached patch, which fixes some minor
> whitespace issues.

Applied. Thanks for the patch :) (That reminds me I'm always bad at
cosmetics )

> I see you added patch header to debian/patches/X11.diff, which is
> great, but if it was meant to follow DEP-3:
> - "Last-Updated" should be spelled "Last-Update" and should use
> -MM-DD format.
> - You could add Bug-Debian field.
> 
> Oh, my remark about Last-Update(ed) also applies to
> dpkg-buildflags.patch. :)

So much for trying to write dep3 header without looking at DEP3 page
;). Fixed it and added Bug-Debian too.

New version is already uploaded to mentors. Thanks for the reviews

Best Regards
-- 
Vasudev Kamath


signature.asc
Description: Digital signature


Bug#662124: RFS: fonts-lato/1.104-1 [ITP] -- sans-serif typeface family font

2012-03-04 Thread Vasudev Kamath
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "fonts-lato"

 * Package name: fonts-lato
   Version : 1.104-1
   Upstream Author : ??ukasz Dziedzic 
 * URL : http://www.latofonts.com
 * License : OFL-1.1
   Section : fonts

It builds those binary packages:

  fonts-lato - sans-serif typeface family font

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/fonts-lato


Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/f/fonts-lato/fonts-lato_1.104-1.dsc

More information about Lato can be obtained from http://www.latofonts.com

Best Regards
-- 
Vasudev Kamath


signature.asc
Description: Digital signature


How to handle embedded javascript/php libraries in WebApps

2012-03-31 Thread Vasudev Kamath
Hello mentors,

Reply-To is set to debian-mentors and tobias (who is not subscribed to
the list)

I'm having sort of a special case Me and tobias are packaging
friendica - Federated social networking for Debian. Package source is
available here [1].

Friendica modifies the php library it is depending on heavily so it
ships the embedded php library source along with it. Also it
uses tinymce which is also highly modified version so If I symlink
debian's version of tinymce it will render friendica useless. Same
goes for embedded PHP libraries. But lintian barks at me saying I'm
voilating policy by shipping these libraries along with friendica
package.

So I require some suggestion on how I can handle this situation.


[1] http://anonscm.debian.org/gitweb/?p=collab-maint/friendica.git;a=summary

Best Regards
-- 
Vasudev Kamath


signature.asc
Description: Digital signature


Re: How to handle embedded javascript/php libraries in WebApps

2012-04-01 Thread Vasudev Kamath
Hi Russ,

On 23:09 Sat 31 Mar , Russ Allbery wrote:
 
> It's unfortunately fairly common to have to override the Lintian warnings
> about this, because using heavily modified versions of these libraries in
> webapps seems rather common.

Thanks I'll proceed with lintian overrides.

>It would be nice if upstreams would try
> harder to stick with the standard versions so that they can get the
> benefit of bug fixes and security fixes, but there are usually serious API
> stability problems with a lot of those libraries, combined with a
> Java-style mindset of shipping known-good versions of everything rather
> than looser coupling.

Most of the PHP libraries used in friendica are not very popular one
and authors of those published them just like posts with not much
active development after that. So Mike main author of the friendica
modified them to suit his needs on friendica. If upstream where really
active I assume Mike would have provided them patch instead shipping
those with friendica source.

TinyMCE modifications are specific to friendica like BB code related
stuffs and mention autocompletion they may not be suitable for
upstream hence again TinyMCE modified source is shipped with friendica.


> (From time to time, it feels like C is the only widely-used programming
> language that's ever gotten ABI stability and loose coupling right; even
> Java, which provides a lot of tools to try to get it right, doesn't offer
> a good ABI versioning system, so if you do have to change the ABI, there
> isn't a good way of handling the transition.)

Agreed on this

Best Regards
-- 
Vasudev Kamath


signature.asc
Description: Digital signature


Re: How to handle embedded javascript/php libraries in WebApps

2012-04-01 Thread Vasudev Kamath
On 17:07 Sun 01 Apr , Paul Wise wrote:
 
> Do the usual things for embedded code copies:

Umm.. not clear. By saying package in the usual way do you mean that I
include modified library code inside packages?

Policy 4.13 says we shouldn't include convenience copies unless its intended to
use this way (As in gnu build tools).
> 
> Take a look at policy and this wiki page:
> 
> http://wiki.debian.org/EmbeddedCodeCopies
> 
> Notify the security team so they can fix any duplicate security issues
> caused by the duplicated code.

How this should be done? I mean the way to communicate with security
team is there a standard procedure like filing a bug against some
package or just mailing list communication. Is there a page describing
the method. (Above page only gives some information on which package
already does this)

> 
> Work with the relevant upstreams to unfork things.

As I said in reply to Russ's mail either upstream doesn't exists or the 
modification done by
friendica developers isn't a generic so that we can provide patch to upstream 
(As in case of tinymce)
So I'm really not sure how can I get this unforked.

Best Regards
-- 
Vasudev Kamath


signature.asc
Description: Digital signature


Help need to resolve dbconfig issue

2012-04-26 Thread Vasudev Kamath
Hello Mentors,

I'm trying to add dbconfig and debconf stuffs to friendica package [1] so
that I can generate DB and config file during installation. But
friendica.config file always missing executable permission and I can't
install it successfully. Here is the lintian warning [2] I get on Deb file
which says these file is missing exec permission.

My package source is available [1] can any one help me understand what
I'm actually doing wrong.


[1] 
http://anonscm.debian.org/gitweb/?p=collab-maint/friendica.git;a=tree;h=refs/heads/working;hb=refs/heads/working
[2] http://paste.debian.net/165379/

With Best Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-07-29 Thread Vasudev Kamath
Package: sponsorship-requests
Severity: normal

Dear mentors,

  I am looking for a sponsor for my package "suckless-tools"

 * Package name: suckless-tools
   Version : 39-1
   Upstream Author : Suckless community (multiple authors)
 * URL : http://suckless.org
 * License : MIT
   Section : x11

  It builds those binary packages:

suckless-tools - simple commands for minimalistic window managers

  To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/suckless-tools


  Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/s/suckless-tools/suckless-tools_39-1.dsc

  More information about hello can be obtained from http://www.example.com.

  Changes since the last upload:

suckless-tools (39-1) unstable; urgency=low

  [ Michael Stummvoll ]
  * New Maintainer (Closes: #647090) 
  * Updated lsw (Closes: #650573) 
  * Updated dmenu (Closes: #650574) 
  * Added sprop and lsx (Closes: #627662)
  * Added manpage for dmenu_run (Closes: #610478)
  * Updated manpages for slock, ssidd, swarp and wmname (Closes: #636030)
  * Updated manpage for sselp (Closes: #378175)
  * Vcs-Git and Vcs-Browser now points to collab-maint repository
(Closes: #636012)
  * Removed st from the package. Suggests stterm now. Since st is
no longer part of this package it doesn't install st.256color.
(Closes: #642307,#665884)
  * Fixed a typo in the wmname manpage
  * Added some docs

  [ Vasudev Kamath ]
  * Imported new version of slock (Closes: #667796)
  * Imported new version of tabbed
  * debian/control:
+ Increased minimum debhelper required to 9
+ Bumped Standards-Version to 3.9.3. This did not require any change
  to package.
+ Added myself as maintainer and Michael Stummvoll as Uploader
+ Added dependency on dpkg-dev >= 1.16.1.1
  * Set debian/compat to 9
  * Merge new version 39
  * debian/rules:
+ Added hardening flags options
+ Added get-orig-source target to get upstream source tarball for included
  package
+ Added VERSION for each involved tool to contain current version
  * debian/patches:
+ Added patch to do setgid shadow instead of setuid root on slock Makefile
 (01_fix_setuid_slock.patch).
+ Added patch to introduce hardening flags and allow DEB_BUILD_OPTIONS=noopt
 (02_dpkg-buildflags.patch).
+ Added patch to make command execution visible in Makefiles
 (03_transparent-makefiles.patch).
+ Added patch to escape '-' symbol in manpage for tabbed
 (04_tabbed-manpage-hyphe-fix.patch).
  * debian/copyright:
+ Copyright file now adheres to Debian copyright-format 1.0

 -- Vasudev Kamath   Sun, 29 Jul 2012 22:18:03 +0530



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

Kernel: Linux 3.2.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Regards,
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-07-30 Thread Vasudev Kamath
On 10:48 Mon 30 Jul , Jakub Wilk wrote:
> This is only a very rudimentary review. I don't have time to review
> this properly for the time being. Anybody else is welcome to do it
> for me. :)

Thanks.. Wonder how many more silly stuffs show up on actual review
;-)

> 
> * Vasudev Kamath , 2012-07-29, 22:27:
> >   dget -x 
> > http://mentors.debian.net/debian/pool/main/s/suckless-tools/suckless-tools_39-1.dsc
> >
> > More information about hello can be obtained from http://www.example.com.
> >
> > Changes since the last upload:
> >
> >suckless-tools (39-1) unstable; urgency=low
> 
> It doesn't look like it's suitable for wheezy, so please make it
> s/unstable/experimental/.

Done! When it should be moved to unstable? After wheezy release? It
does contains some new version of tools so asking.

> 
> > [ Michael Stummvoll ]
> > * New Maintainer (Closes: #647090)
> 
> [0]
> 
> > [ Vasudev Kamath ]
> > * Imported new version of slock (Closes: #667796)
> 
> This fixes a security issue, so please mention CVE number in the
> changelog.

Done
> 
> >   + Added myself as maintainer and Michael Stummvoll as Uploader
> 
> I'd merge this item with [0].
Done
> 
> >   + Added dependency on dpkg-dev >= 1.16.1.1
> 
> It'd nice to mention why it's needed.
Did it :-)
> 
> >+This package contains a set of tools from suckless community as
> >+single package. To build the package you need to create source
> >+tarballs of individual tool component involved. This can be done
> >+by running following command from suckless-tools folder
> >+
> >+ fakeroot debian/rules get-orig-source
> 
> Why fakeroot?

Well by habit wrote it :-).. Now fixed
> 
> >+Forwarded: 
> 
> Please choose one. :)
Ouch.. I will end up doing one or other copy paste error. Fixed
> 
> >+-$ $(tabbed -d >/tmp/tabbed.xid); urxvt -embed $( >++$ $(tabbed \-d >/tmp/tabbed.xid); urxvt \-embed $( 
> If you're fixing this, please also fix the security hole (insecure
> use of temporary files).

Done too
> 
> >+override_dh_installdocs:
> >+dh_installdocs
> >+for TOOL in $(TOOLS); \
> >+do \
> >+cp $${TOOL}/README 
> >$(D)/usr/share/doc/suckless-tools/README.$${TOOL}; \
> >+done
> 
> This for loop needs a "set -e"; see Policy §4.6. I see other parts
> of debian/rules has the same problem.

As discussed in IRC the SHELL := sh -e on top of rule file should
handle this.

> 
> >+@cd /tmp
> >+@tar -cvf - suckless-tools_$(CURRENT_VERSION) 2> /dev/null | gzip -9 > 
> >../suckless-tools_$(CURRENT_VERSION).orig.tar.gz
> >+@rm -rf /tmp/suckless-tools_$(CURRENT_VERSION)
> 
> This creates temporary files insecurely.

Fixed.

Instead of pushing new package to mentors I've pushed my changes to
collab-maint repository [1] Hope that is fine with you if not let me know

[1] git.debian.org:/git/collab-maint/suckless-tools.git

Thanks for the review.
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-18 Thread Vasudev Kamath
On 20:46 Thu 16 Aug , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-07-30, 21:56:
> >>It doesn't look like it's suitable for wheezy, so please make it
> >>s/unstable/experimental/.
> >Done! When it should be moved to unstable? After wheezy release?
> 
> Yes, after wheezy is released.

Okay

> >>>+-$ $(tabbed -d >/tmp/tabbed.xid); urxvt -embed $( >>>++$ $(tabbed \-d >/tmp/tabbed.xid); urxvt \-embed $( >>If you're fixing this, please also fix the security hole
> >>(insecure use of temporary files).
> >Done too
> 
> So it's now:
> 
> TMPFILE=$(mktemp \-\-tmpdir tabbedxid.XXX);$(tabbed \-d > ${TMPFILE});urxvt 
> \-embed $(<${TMPFILE})
> 
> which is certainly better from security perspective, but not
> necessarily from usability one. I think the reason for storing xid
> in a file with predictable name was that it allowed you to connect
> more than one urxvt to the same tabbed. So I think that:
> 1) TMPFILE is a bad variable name for this purpose;
> 2) you could have saved one level of indirection by storing "tabbed
> -d" output directly into the variable (rather than into temporary
> file);
> 3) perhaps it would make more sense to use a file somewhere in
> $HOME.

Well yes that line looks most ugly :-). Now I'm choosing 2nd option
given by you and patch is cleaned up.

> 
> >>>+  @cd /tmp
> >>>+  @tar -cvf - suckless-tools_$(CURRENT_VERSION) 2> /dev/null | gzip -9 > 
> >>>../suckless-tools_$(CURRENT_VERSION).orig.tar.gz
> >>>+  @rm -rf /tmp/suckless-tools_$(CURRENT_VERSION)
> >>This creates temporary files insecurely.
> >Fixed.
> 
> I see you did this:
> 
> get-orig-source: TMPDIR :=$(shell (mktemp --tmpdir -d suckless-tools.))
> 
> It looks like a nice hack, but... it will create a temporary
> directory every time debian/rules is run (not only for the
> get-orig-source target).
>

Since it was with get-orig-source: target I thought like all Makefiles
it should be called only when we do debian/rules get-orig-source but
looks like it creates directory even when I call debian/rules clean
which I don't understand why! Do you have any other alternatives for
this? and possibly reason why its being called on targets other than
get-orig-source?

I actually used this method from git-flow package of course its not
creating any TMPDIR but it does same for setting one variable. I asked
the package owner and he told that is only way to set the variable (or
at least that is what I interpreted )

Note: I referred git-flow because its also multi source package

I've pushed the changes and waiting for your comments

With Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-22 Thread Vasudev Kamath
On 15:49 Mon 20 Aug , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-08-18, 22:07:
> >>get-orig-source: TMPDIR :=$(shell (mktemp --tmpdir -d suckless-tools.))
> >>
> >>It looks like a nice hack, but... it will create a temporary
> >>directory every time debian/rules is run (not only for the
> >>get-orig-source target).
> >>
> >
> >Since it was with get-orig-source: target I thought like all
> >Makefiles it should be called only when we do debian/rules
> >get-orig-source but looks like it creates directory even when I
> >call debian/rules clean which I don't understand why!
> 
> Apparently ":=" assignments are evaluated always exactly once,
> regardless of whether the variable is global or target-specific.

I see I didn't knew that. Thanks!
> 
> >Do you have any other alternatives for this?
> 
> The alternative is to use shell variables for this purpose. I find
> it convenient to have a separate script to create .orig.tar, and
> make get-orig-source just call it.

Done :-). (well you already know from d-m discussion)

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-24 Thread Vasudev Kamath
On 20:32 Fri 24 Aug , Jakub Wilk wrote:
> You create the empty suckless-tools_${version}.orig.tar.gz tarball
> in the wrong directory.

Ok I messed up. It was fine till I didn't introduced the mktemp to
create secure tmp directory. But when I did I forgot to check where on
earth the .orig.tar.gz was created. I will fix this

> Why do you redirect tar's stderr to /dev/null?

Just to keep the output clean. Is that not recommended? If so I will
remove it

> I recommend passing these options to tar, so that the user's
> name/group/umask are not leaked:
> 
> --owner root --group root --mode a+rX

Ok I will fix it

> Have you seen #685611?

Just now noticed it. It went to original maintainer who orphaned
thanks for pointing out. I will reply for the bug on the bug itself.

Will prepare a new source and ping you again

Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-25 Thread Vasudev Kamath
On 20:32 Fri 24 Aug , Jakub Wilk wrote:
> You create the empty suckless-tools_${version}.orig.tar.gz tarball
> in the wrong directory.

Fixed

> Why do you redirect tar's stderr to /dev/null?
Removed this too

> I recommend passing these options to tar, so that the user's
> name/group/umask are not leaked:
> 
> --owner root --group root --mode a+rX
Done



Warm Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-31 Thread Vasudev Kamath
On Thu, Aug 30, 2012 at 10:04 PM, Jakub Wilk  wrote:
> Now I realized that the other tarballs were created in a wrong directory,
> too. (“This target […] leaves [the tarball] in the current directory.” —
> Policy §4.9)

Hmm.. So I need to leave the tarballs in the directory from where
rules is executed?
 eg debian/rules get-orig-source should leave them in package root
directory and if I execute make -f rules get-orig-source it should
execute in the debian/ directory?

The word current directory actually confuses me :-)

I was not aware of this policy (I should read policy document
properly). Any way will fix this tonight

Regards
-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


--
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/cak+nopxgkgkporkguwvhxhp5wy_q7e6sdyznhm9clkzr0e9...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-08-31 Thread Vasudev Kamath
On 13:16 Fri 31 Aug , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-08-31, 16:40:
> >>Now I realized that the other tarballs were created in a wrong
> >>directory, too. (“This target […] leaves [the tarball] in the
> >>current directory.” — Policy §4.9)
> >Hmm.. So I need to leave the tarballs in the directory from where
> >rules is executed? eg debian/rules get-orig-source should leave
> >them in package root directory and if I execute make -f rules
> >get-orig-source it should execute in the debian/ directory?
> 
> Yes.
Fixed and pushed to the repo


-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-09 Thread Vasudev Kamath
On Wed, Oct 10, 2012 at 1:53 AM, Jakub Wilk  wrote:
> Shouldn't the copyright file also mention download location for sprop (i.e.
> hg.suckless.org) too?

Does source: field allow multiple URL's? According to Debian
copyright-format [0]
this field can be free form text which means I can put with a note
that sprop was
got from the different URL like below

Source: http://dl.suckless.org/tools except sprop which was downloaded
from hg tip at http://hg.suckless.org

> I'd prefer if create_get_orig source downloaded a specific revision of prop
> (currently ecfe2752b310) rather than tip. That would make the script more
> deterministic.

Well yes I will modify it and also I will try to persuade conor lane
smith to put it in dl.suckless.org ;-)
that way it will be more clean for both above source: field and get-orig-source

>
> Would you mind preparing also a package for Wheezy, with *minimal* fixes for
> #685611 (and perhaps other bugs that would fit the freeze criteria[0])?

Yes I can do that I was just not sure whether to do it or not :-).
Only problem will be I can track this wheezy source
in my current git reposiotory but I guess the old repository still
exist and only just renamed. I will prepare this and
ping back to you tonight!

Just a note is it okay to change Vcs-* field in this version even
though its not mentioned in bug report?

-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


-- 
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/CAK+NOPUbuUXN_ny8o-LW1ppeSH=vkpuujs7t7y5u_qzrkfj...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-10 Thread Vasudev Kamath
On 11:03 Wed 10 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-10, 09:16:
> >>Shouldn't the copyright file also mention download location for
> >>sprop (i.e. hg.suckless.org) too?
> >
> >Does source: field allow multiple URL's? According to Debian
> >copyright-format [0] this field can be free form text which means
> >I can put with a note that sprop was got from the different URL
> >like below
> >
> >Source: http://dl.suckless.org/tools except sprop which was
> >downloaded from hg tip at http://hg.suckless.org
> 
> Yes, that would be all right.

I will prepare this later.

> 
> >>Would you mind preparing also a package for Wheezy, with
> >>*minimal* fixes for #685611 (and perhaps other bugs that would
> >>fit the freeze criteria[0])?
> >
> >Yes I can do that I was just not sure whether to do it or not :-).
> >Only problem will be I can track this wheezy source in my current
> >git reposiotory but I guess the old repository still exist and
> >only just renamed. I will prepare this and ping back to you
> >tonight!
> >
> >Just a note is it okay to change Vcs-* field in this version even
> >though its not mentioned in bug report?
> 
> I'd say that updating Vcs-* falls under "4. translation updates and
> documentation fixes".
>

I prepared a version with few changes and is at [0]

Changelog

suckless-tools (38-2) unstable; urgency=low

  * debian/control:
    + Added myself as maintainer. (Closes: #647090)
+ Vcs-* fields now points to repository on collab-maint
  * debian/copyright:
+ Converted to copyright-format 1.0. (Closes: #685611)

 -- Vasudev Kamath   Wed, 10 Oct 2012 20:48:05 +0530

 Along with closing the bug I added myself as maintainer but I didn't
 change standards version. I'm not sure if it will be considered as
 major change so please let me know If I need to change it.

 Additionally I gave new repository name as suckless-tools-wheezy.git
 I've not created it yet on collab just would like to know if name is
 okay or you can suggest me better name ;)

 There is also a patch for removing FTBFS on Gnu/hurd but this is
 fixed in new version of dmenu do you think it is good to add this
 patch [1]

[0] https://mentors.debian.net/package/suckless-tools
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658386

Best Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-10 Thread Vasudev Kamath
On Thu, Oct 11, 2012 at 1:40 AM, Jakub Wilk  wrote:
>
> "Converted to..." doesn't usually play well with the freeze policy. But in
> this case the required changes are small enough that hopefully the Release
> Team won't mind.

Do you think I should change the Phrase like added the Format:
Upstream-Name: and Source field instead?

> I noticed another flaw of the current copyright file: the license for st/*
> is wrong. Please fix this, too.

Ok I will fix this tonight!.

>
>> Along with closing the bug I added myself as maintainer
>
>
> That should be okay.
>
>
>> but I didn't change standards version.
>
>
> Very well.
>
>
>> Additionally I gave new repository name as suckless-tools-wheezy.git I've
>> not created it yet on collab just would like to know if name is okay or you
>> can suggest me better name ;)
>
>
> I'm not a git expert, but isn't it usual to keep multiple branches in a
> single repository?

We can keep if we had the previous history in Git but in my case the
suckless-tools is a fresh repository from 39-1 and previous maintainer
had his own repository in his own domain. So its kinda messy situation
that I can't hold this package history in existing suckless-tools.git.
Or better I host it some where else than collab like github or
gitorious with same name as suckless-tools.git what do you think?


>
>> There is also a patch for removing FTBFS on Gnu/hurd but this is fixed in
>> new version of dmenu do you think it is good to add this patch [1]
>
>
> Hurd is not a release architecture, so I'm pretty sure Release Team won't be
> happy about such a change.

OK I won't apply it since its any how fixed in new version of dmenu

-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


-- 
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/CAK+NOPUrSg66CoFLc_b0AVfrSt6JbY+htBs_gEPcFctTP1ew=g...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-11 Thread Vasudev Kamath
On 22:10 Wed 10 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-10, 21:55:
> >suckless-tools (38-2) unstable; urgency=low
> >
> > * debian/control:
> >   + Added myself as maintainer. (Closes: #647090)
> >   + Vcs-* fields now points to repository on collab-maint
> > * debian/copyright:
> >   + Converted to copyright-format 1.0. (Closes: #685611)
> 
> "Converted to..." doesn't usually play well with the freeze policy.
> But in this case the required changes are small enough that
> hopefully the Release Team won't mind.

Just changed the wordings a bit. I hope the same :)

> 
> I noticed another flaw of the current copyright file: the license
> for st/* is wrong. Please fix this, too.

Fixed! While fixing that I noticed stterm is also putting wrong
license for st (st is actually duplicated in 2 packages but will be
removed from suckless-tools from 39)

> 
> >Along with closing the bug I added myself as maintainer
> 
> That should be okay.
> 
> >but I didn't change standards version.
> 
> Very well.
> 
> >Additionally I gave new repository name as
> >suckless-tools-wheezy.git I've not created it yet on collab just
> >would like to know if name is okay or you can suggest me better
> >name ;)
> 
> I'm not a git expert, but isn't it usual to keep multiple branches
> in a single repository?
>
I placed source here and mentors package is updated too!

http://anonscm.debian.org/gitweb/?p=collab-maint/suckless-tools-38.git;a=summary

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-11 Thread Vasudev Kamath
On Fri, Oct 12, 2012 at 12:23 AM, Jakub Wilk  wrote:
>
> "license headers" - what's that?
>

Err..

>>> I noticed another flaw of the current copyright file: the license for
>>> st/* is wrong. Please fix this, too.
>>
>> Fixed!
>
>
> You fixed the license short name (well, almost; it should be:
> "BSD-3-clause"), but the actual license text (which is more important) is
> still incorrect.

Err
>
>> While fixing that I noticed stterm is also putting wrong license for st
>
>
> sterm, on the other hand, has the licence text copied verbatim, but only the
> short license name wrong.

yes :)

So much for doing the work when I was sleepy :(. I will fix it tonight

-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


-- 
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/CAK+NOPXd_AW4jPtqwhjB_DEPOvZ8HDj+BzdY_6Gx9GcHma=m...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-11 Thread Vasudev Kamath
On Fri, Oct 12, 2012 at 12:28 AM, Jakub Wilk  wrote:
> New repository for the squeeze branch feels wrong to me, but I'm not really
> qualified to give you any advice. Maybe other -mentors@ readers could chime
> in?

Well it is actually wrong but I can't see other altenative but I think
I will try it on -mentors and see if others have any good idea.

One thing I can think is just remove existing suckless-tools
repository (I any how have my local copy) then rename
suckless-tools-38 to suckless-tools and on top of this import my 39
work so 38 history and 39 both can leave together. Let me see

Best Regards


-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


-- 
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/CAK+NOPUG6X4R9=A18=3wn-hz8iygo8h0brs_gftn9-n6xdu...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-13 Thread Vasudev Kamath
On 20:53 Thu 11 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-11, 22:34:
> >>>suckless-tools (38-2) unstable; urgency=low
> >>>
> >>>* debian/control:
> >>>  + Added myself as maintainer. (Closes: #647090)
> >>>  + Vcs-* fields now points to repository on collab-maint
> >>>* debian/copyright:
> >>>  + Converted to copyright-format 1.0. (Closes: #685611)
> >>"Converted to..." doesn't usually play well with the freeze
> >>policy. But in this case the required changes are small enough
> >>that hopefully the Release Team won't mind.
> >Just changed the wordings a bit. I hope the same :)
> 
> "license headers" - what's that?
Fixed it :-)
> 
> >>I noticed another flaw of the current copyright file: the
> >>license for st/* is wrong. Please fix this, too.
> >Fixed!
> 
> You fixed the license short name (well, almost; it should be:
> "BSD-3-clause"), but the actual license text (which is more
> important) is still incorrect.

Fixed it too...

Ah and now it points to suckless-tools.git once you upload this
version I will bring in the 39 from my local repository. Hope it works
fine :)

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-14 Thread Vasudev Kamath
On 11:45 Sun 14 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-13, 22:10:
> >>>>> + Converted to copyright-format 1.0. (Closes: #685611)
> >>>>"Converted to..." doesn't usually play well with the freeze
> >>>>policy. But in this case the required changes are small
> >>>>enough that hopefully the Release Team won't mind.
> >>>Just changed the wordings a bit. I hope the same :)
> >>"license headers" - what's that?
> >Fixed it :-)
> 
> Another thing you changed (and which is not currently covered by the
> changelog) is removal of commas from Files fields.

I see previous changelog had converted to copyright-format 1.0 which
will cover removal of , but then I changed the phrase so yes I will
add this line to changelog


> 
> Something went wrong when building source package; lintian emits:
> 
> W: suckless-tools source: native-package-with-dash-version

Yeah I saw these but I think changing the version number will cause
lot of problem right? And possibly will not be accepted by
release-team so I didn't touch it. And 39 version will be quilt format
so this error will go.

I think proper way to version native package is 1:38.1 1:38.2 etc right?

> W: suckless-tools source: diff-contains-git-control-dir .git

Ehm how did this happen! I just ran pdebuild probably I should have
run it using -I.git option. (And after that it looks fine).

Okay updated package is uploaded to mentors.

Best Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-14 Thread Vasudev Kamath
On Sun, Oct 14, 2012 at 6:23 PM, intrigeri  wrote:
> Hi,
>
> (meta: I'm Vasudev's AM ;)
>
> Vasudev Kamath wrote (12 Oct 2012 03:31:39 GMT) :
>> On Fri, Oct 12, 2012 at 12:28 AM, Jakub Wilk  wrote:
>>> New repository for the squeeze branch feels wrong to me
>
> FWIW it feels wrong to me to. That's what branches are for.
>
> Note that branches in the same repository don't necessarily have to
> share common ancestors: e.g. the pristine-tar branch, when using gbp +
> pristine-tar, does not share its history with the upstream and
> packaging branches.

Agreed!
>
>> Well it is actually wrong but I can't see other altenative but
>> I think I will try it on -mentors and see if others have any
>> good idea.
>
>> One thing I can think is just remove existing suckless-tools
>> repository (I any how have my local copy) then rename
>> suckless-tools-38 to suckless-tools and on top of this import my 39
>> work so 38 history and 39 both can leave together. Let me see
>
> Rewriting already published branches' history is a no-go.

Yes but 39 version isn't uploaded yet so do you think its published!

>
> What I would suggest is:
>
>   * create a squeeze branch in the existing repository (from scratch,
> no shared ancestors)
>   * import the needed and missing (older) version into the squeeze
> branch

OK I will try that!

>   * git checkout master && git merge -s ours squeeze

Well I don't really think I can merge it back to master! Reason master
has gone in a different path 38 version is a native package and 39 is
3.0 quilt format with multi orig tarballs! To give more idea on what
I'm talking please have a look at [1]

[1] 
http://anonscm.debian.org/gitweb/?p=collab-maint/suckless-tools-39.git;a=summary

So what really I was doing is prepared a new repository importing
suckless-tools 38-1 version and once 38-2 is uploaded I was planning
to get the patches of 39 repo and apply it to suckless-tools-38
repository. I agree it is rewriting of history but I thought that is
better alternative I had.

> Also, given "previous maintainer had his own repository in his own
> domain", importing their history, merged with "ours" strategy, may be
> an option too.

Well unfortunately that repository no more exists! I don't know what
happened but I guess either domain moved or something else happened.


-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


-- 
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/cak+nopwilr5zqszypzr9500+zxnosnfouorohl451vca7xf...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-14 Thread Vasudev Kamath
On Mon, Oct 15, 2012 at 1:58 AM, Jakub Wilk  wrote:
> It's not the version that is wrong. -1 was a non-native package, and so
> should be -2. Quoting the tag description:
> "Native source packages are sometimes created by accident. In most cases the
> reason is the location of the original source tarball. For version 1.0
> source packages, dpkg-source determines whether they're non-native by
> looking for a file named _.orig.tar.gz in the parent
> directory, where  is the upstream version from the most recent
> debian/changelog entry."

Still not sure if I understood correctly looking at changelog [1] I
see upstream version is still 38. Well let me try again with current
version in Debian and 38-2 to see what is the difference

[1] 
http://anonscm.debian.org/gitweb/?p=collab-maint/suckless-tools.git;a=blob;f=debian/changelog;h=b8dc752fc98de1894415f041b3c52de782dd408b;hb=HEAD

-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


-- 
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/CAK+NOPUp=vzdsp4zkw-7zggu1xnsoe6fahmbgu-r76ogqgz...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-15 Thread Vasudev Kamath
On 22:28 Sun 14 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-14, 16:09:
> >>W: suckless-tools source: native-package-with-dash-version
> >Yeah I saw these but I think changing the version number will
> >cause lot of problem right?
> 
> It's not the version that is wrong. -1 was a non-native package, and
> so should be -2. Quoting the tag description:
> "Native source packages are sometimes created by accident. In most
> cases the reason is the location of the original source tarball. For
> version 1.0 source packages, dpkg-source determines whether they're
> non-native by looking for a file named
> _.orig.tar.gz in the parent directory, where
>  is the upstream version from the most recent
> debian/changelog entry."

Now understood the issue correctly. I was using pdebuild and I don't
know how it started considering 38-2 as the orig tarball! Well now I
used the git-buildpackage and it looks fine.

Also now as intregeri said I've moved the package on separate branch
called in Wheezy. Master branch tracks only 39 version. Please review
and let me know if any more things needs to be fixed

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-15 Thread Vasudev Kamath
On 14:53 Sun 14 Oct , intrigeri wrote:
> Hi,
> 
> (meta: I'm Vasudev's AM ;)
> 
> Vasudev Kamath wrote (12 Oct 2012 03:31:39 GMT) :
> > On Fri, Oct 12, 2012 at 12:28 AM, Jakub Wilk  wrote:
> >> New repository for the squeeze branch feels wrong to me
> 
> FWIW it feels wrong to me to. That's what branches are for.
> 
> Note that branches in the same repository don't necessarily have to
> share common ancestors: e.g. the pristine-tar branch, when using gbp +
> pristine-tar, does not share its history with the upstream and
> packaging branches.
> 
> > Well it is actually wrong but I can't see other altenative but
> > I think I will try it on -mentors and see if others have any
> > good idea.
> 
> > One thing I can think is just remove existing suckless-tools
> > repository (I any how have my local copy) then rename
> > suckless-tools-38 to suckless-tools and on top of this import my 39
> > work so 38 history and 39 both can leave together. Let me see
> 
> Rewriting already published branches' history is a no-go.
> 
> What I would suggest is:
> 
>   * create a squeeze branch in the existing repository (from scratch,
> no shared ancestors)
>   * import the needed and missing (older) version into the squeeze
> branch

Done the package now resides under wheezy branch. To be frank every
problem has simple solution :) I was overly complicating it thanks for
heads up ;)

>   * git checkout master && git merge -s ours squeeze

Well *wheezy* branch will go independent of master. If you think it
can be merged please let me know your thoughts :-)

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-15 Thread Vasudev Kamath
On 19:08 Mon 15 Oct , intrigeri wrote:
> Hi,
> 
> Vasudev Kamath wrote (15 Oct 2012 03:43:55 GMT) :
> >>   * git checkout master && git merge -s ours squeeze
> 
> > Well I don't really think I can merge it back to master!
> 
> I think you should read the documentation about "-s ours",
> before concluding you can't merge it back to master.

Tried that but what here happens is wheezy branch is based on master
which doesn't have any 38 related history at all. So merging will
overwrite my 39 work. (I tried this)

> 
> > Well unfortunately that repository no more exists! I don't know what
> > happened but I guess either domain moved or something else happened.
> 
> Have you tried asking the previous maintainer to provide you with
> their old repository's history?

No I didn't take over directly, it was a bit of mess again one more
guy wanted to take over but since he didn't had much time I took over
from his work. 

Best Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-15 Thread Vasudev Kamath
On Tue, Oct 16, 2012 at 2:58 AM, Jakub Wilk  wrote:
> Indeed, it looks okay now.
>
> Why are there 2 newlines between the paragraphs in debian/control? It's not
> clear to me whether this is compliant with Policy §5.1 (though admittedly
> both dpkg and debhelper parsers are happy about it). Could you remove the
> extra newline?

Well I guess I introduced it while patching from my already finished
work! Let me fix it tonight

-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


--
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/cak+nopumyhhdkyagi-qbw75xrcjws7p48h2autdnatkmboa...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-16 Thread Vasudev Kamath
On 23:28 Mon 15 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-15, 20:13:
> >Now understood the issue correctly. I was using pdebuild and I
> >don't know how it started considering 38-2 as the orig tarball!
> >Well now I used the git-buildpackage and it looks fine.
> 
> Indeed, it looks okay now.
> 
> Why are there 2 newlines between the paragraphs in debian/control?
> It's not clear to me whether this is compliant with Policy §5.1
> (though admittedly both dpkg and debhelper parsers are happy about
> it). Could you remove the extra newline?
>
Done updated package in repo and in git

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-24 Thread Vasudev Kamath
On 22:23 Tue 09 Oct , Jakub Wilk wrote:
> Shouldn't the copyright file also mention download location for
> sprop (i.e. hg.suckless.org) too?
> 
> I'd prefer if create_get_orig source downloaded a specific revision
> of prop (currently ecfe2752b310) rather than tip. That would make
> the script more deterministic.

Done. I've contacted upstream author to get it in same download
location but since he is out of the development for a while I need to
contact Anselm from suckless community to get it there.

Besides this he was suggesting to get individual binaries involved in
suckless-tools as separate binaries. (i.e. multiple binary single
source package) What do you suggest?

Besides this I updated changelog to merge changelog of 38-2 version
and then update 39-1 changelog to remove already closed bug
references. I added closes to 658386 in changelog as new dmenu fixes
it. And I updated the Standards-version to 3.9.4

When I run bhlc on build log of new package I get this
http://sprunge.us/CiYR But as far as I know this should be
automatically introduced when using compat level 9 with debhelper >= 9
right? Or am I missing something?


Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-27 Thread Vasudev Kamath
On 16:09 Thu 25 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-25, 11:54:
> >>Shouldn't the copyright file also mention download location for
> >>sprop (i.e. hg.suckless.org) too?
> >>
> >>I'd prefer if create_get_orig source downloaded a specific
> >>revision of prop (currently ecfe2752b310) rather than tip. That
> >>would make the script more deterministic.
> >
> >Done. I've contacted upstream author to get it in same download
> >location but since he is out of the development for a while I need
> >to contact Anselm from suckless community to get it there.
> >
> >Besides this he was suggesting to get individual binaries involved
> >in suckless-tools as separate binaries. (i.e. multiple binary
> >single source package) What do you suggest?
> 
> The binaries are very small, and their dependencies aren't big
> either, so I don't really see a point.

Ok so I will leave them in single package but there are some scattering
like ii and sic which are out there as independent packages all these
are part of tools in suckless community.

> 
> >Besides this I updated changelog to merge changelog of 38-2
> >version and then update 39-1 changelog to remove already closed
> >bug references. I added closes to 658386 in changelog as new dmenu
> >fixes it. And I updated the Standards-version to 3.9.4
> 
> "Copyright file now adheres to Debian copyright-format 1.0" should
> be removed from 39-1 entry, as it was fixed in 38-2.
Done
> 
> >When I run bhlc on build log of new package I get this
> >http://sprunge.us/CiYR But as far as I know this should be
> >automatically introduced when using compat level 9 with debhelper
> >>= 9 right? Or am I missing something?
> 
> Perhaps 02_dpkg-buildflags.patch needs to be improved? :)

Fixed :-)

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-28 Thread Vasudev Kamath
On 13:40 Sun 28 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-28, 10:45:
> >>>>I'd prefer if create_get_orig source downloaded a specific
> >>>>revision of prop (currently ecfe2752b310) rather than tip.
> >>>>That would make the script more deterministic.
> >>>Done.
> 
> Okay, how about this patch? (see attachment)

Applied, thanks for the patch :-)

> 
> I wonder what is the purpose of ssid. The manpage says it's "an
> extremly[0] simple setsid replacement". But setsid itself _is_
> extremely simple. In fact, if you compare ssid.c with setsid.c (from
> util-linux), you'll see they're almost identical.

Yes they both are identical even I don't know why this tool even
created! I will contact Anselm.


-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-28 Thread Vasudev Kamath
On 19:27 Sun 28 Oct , Vasudev Kamath wrote:
> On 13:40 Sun 28 Oct , Jakub Wilk wrote:
> > * Vasudev Kamath , 2012-10-28, 10:45:
> > >>>>I'd prefer if create_get_orig source downloaded a specific
> > >>>>revision of prop (currently ecfe2752b310) rather than tip.
> > >>>>That would make the script more deterministic.
> > >>>Done.
> > 
> > Okay, how about this patch? (see attachment)
> 
> Applied, thanks for the patch :-)
> 
> > 
> > I wonder what is the purpose of ssid. The manpage says it's "an
> > extremly[0] simple setsid replacement". But setsid itself _is_
> > extremely simple. In fact, if you compare ssid.c with setsid.c (from
> > util-linux), you'll see they're almost identical.
> 
> Yes they both are identical even I don't know why this tool even
> created! I will contact Anselm.

Updated slock to 1.1 version changes pushed back to git


-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-28 Thread Vasudev Kamath
On 13:40 Sun 28 Oct , Jakub Wilk wrote:


Anselm got sprop a place in dl.suckless.org so I reverted copyright to
its original format and modified create_orig_source to refer
dl.suckless.org.

Changes are back in the git

Best Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-29 Thread Vasudev Kamath
On Mon, Oct 29, 2012 at 10:29 PM, Jakub Wilk  wrote:
> I can't build source package anymore:
> | dpkg-source: info: local changes detected, the modified files are:
> |  git/sprop/.hg_archival.txt
> | dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
>
> .hg_archival.txt is no longer in sprop tarball, so it should be removed from
> the repository, too.

Ah yes! I forgot to delete it will do it tonight



-- 

Vasudev Kamath
http://copyninja.info
copyninja@{frndk.de|vasudev.homelinux.net}


-- 
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/CAK+NOPWm9MKyd2N8tc998HRBCoxnKtXJqZTC90b+Wra=qzv...@mail.gmail.com



Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-10-30 Thread Vasudev Kamath
On 17:59 Mon 29 Oct , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-28, 23:06:
> >Anselm got sprop a place in dl.suckless.org so I reverted
> >copyright to its original format and modified create_orig_source
> >to refer dl.suckless.org.
> 
> I can't build source package anymore:
> | dpkg-source: info: local changes detected, the modified files are:
> |  git/sprop/.hg_archival.txt
> | dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> 
> .hg_archival.txt is no longer in sprop tarball, so it should be
> removed from the repository, too.
>

Done and changes back in the git.


Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-05 Thread Vasudev Kamath
On 20:33 Sun 04 Nov , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-10-30, 20:32:
> >>.hg_archival.txt is no longer in sprop tarball, so it should be
> >>removed from the repository, too.
> >Done and changes back in the git.
> 
> I don't see any relevant changes in the repository…
>
Sorry forgot to push ;-). Now it is really in git :-D

Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-09 Thread Vasudev Kamath
On 17:55 Wed 07 Nov , Jakub Wilk wrote:
> Addition of debian/README.slock.Debian doesn't seem to be documented
> in the changelog.

Done now.. Sorry I missed that file also I updated the file now to
reflect changes in slock 1.1

> 
> debian/watch contains only a single line "version=3"? Is that
> intentional? As far as I can see, this change is not documented in
> the changelog.

Yes file is introduced to suppress the lintian warning. Do you think I
need to remove that file? Also now documented it in changelog

> 
> " * Merge new version 39" - sorry, what does it mean? AFAIUI the
> package version number is completely Debian-specific, so I don't
> understand _what_ has been merged here.

Yeah I didn't think of that when writing it :-). Now rephrased it as
created version 39 with bit more info on what is introduced as new.

> 
> "* Vcs-Git and Vcs-Browser now points to collab-maint repository" -
> this has been already fixed in 38-2. Is the switch from
> http://anonscm.debian.org/ to http://git.debian.org/ intentional?

It was introduced by Michael I didn't notice it now fixed.

> Typo in the changelog: ssidd -> ssid.
>

Fixed

> At least for lsw, dmenu and tabbed, copyright statement in
> d/copyright don't match those in LICENSE files. Please update the
> copyright file.
>
Fixed

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-10 Thread Vasudev Kamath
On 01:38 Sun 11 Nov , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-11-10, 11:28:
> >>debian/watch contains only a single line "version=3"? Is that
> >>intentional? As far as I can see, this change is not documented
> >>in the changelog.
> >Yes file is introduced to suppress the lintian warning. Do you
> >think I need to remove that file?
> 
> Nah, keep it. A comment inside the watch file explaining that it's
> intentionally defunct would be helpful. But now that the change is
> included in the changelog, I can live without it.

OK :)

> 
> >>At least for lsw, dmenu and tabbed, copyright statement in
> >>d/copyright don't match those in LICENSE files. Please update
> >>the copyright file.
> >Fixed
> 
> It's getting better. :)
> 
> tabbed/LICENSE has "2009-2011 Enno Boland", but it's only
> "2009-2010" in d/copyright.

Eh I missed it writing copyright is really boring ;-)

> 
> DEP-5 says "License names are case-insensitive, and may not contain
> spaces" and "There are many versions of the MIT license. Please use
> Expat instead, when it matches."

Done changed to Expat License.


-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-11 Thread Vasudev Kamath
On 09:20 Sun 11 Nov , intrigeri wrote:
> Jakub Wilk wrote (11 Nov 2012 00:38:28 GMT) :
> > * Vasudev Kamath , 2012-11-10, 11:28:
> >>> debian/watch contains only a single line "version=3"? Is that 
> >>> intentional? As far
> >>> as I can see, this change is not documented in the changelog.
> >> Yes file is introduced to suppress the lintian warning.
> 
> A Lintian override would be less hackish, and would express the intent
> a bit more clearly, wouldn't it?

Anything is fine with me till date I was planting dummy watch file in
all my packages to avoid lintian warning but I can even add lintian override

Warm Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-13 Thread Vasudev Kamath
On 18:49 Mon 12 Nov , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-11-11, 12:55:
> >Done changed to Expat License.
> 
> Changelog now reads: "Changed License to Expat instead of MIT/X
> Consortium License as DEP-5 doesn't allow spaces in License name."
> But in 38-2 there were no spaces in short license names.
> 
> Please double-check that there are no undocumented changes to
> d/copyright.

Ah this is what happened in previous mail you said copyright information
is wrong for some tools and while reading LICENSE file I noted it as
MIT/X Consortium License instead of MIT license which was previously
written in copyright. So I modified I did document this change I assume
then as per your suggestion I changed it later to Expat!.

> 
> What did this line do, and why it was removed?
>   find . -name config.mk | xargs sed -i 's,-s ${LIBS},${LIBS},'

Not sure why it was removed, it was not present when I took over source
from Micahel. After reading man page for *ld* I see that this option is
used to strip of debugging symbols of the binaries. By removing these
tools will contain the debugging symbols so I'm not sure how to fix
this? The policy 10.1 says symbols should be stripped off with -s to
install also section 4.9.1  says about nostrip option does this mean by
default debhelper strips of symbols?


> 
> As I understand it "Added VERSION for each involved tool to contain
> current version" is a change to debian/create_orig_source, not to
> debian/rules. (But then, this file didn't exist in 38-2, so
> mentioning it would be rather confusing...)

Removed the line from changelog

> 
> "Added hardening flags options" is also listed as a change to
> debian/rules, but did debian/rules need actually any modification to
> enable hardening? I believe that with compat 9, dh took care of
> this.

Yes removed the line now

> Typo: manpage-hyphe-fix -> manpage-hyphen-fix.
Fixed
> 
> Switching to source format 3.0 (quilt) is not documented in the
> changelog.
> 

Now added

Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-14 Thread Vasudev Kamath
On 18:37 Wed 14 Nov , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-11-13, 20:13:
> >>Changelog now reads: "Changed License to Expat instead of MIT/X
> >>Consortium License as DEP-5 doesn't allow spaces in License
> >>name." But in 38-2 there were no spaces in short license names.
> [...]
> >Ah this is what happened in previous mail you said copyright
> >information is wrong for some tools and while reading LICENSE file
> >I noted it as MIT/X Consortium License instead of MIT license
> >which was previously written in copyright. So I modified I did
> >document this change I assume then as per your suggestion I
> >changed it later to Expat!.
> 
> I know what happened, but it's impossible for someone else to deduce
> it just by reading the changelog. The short history name was like
> this:
> 
> A) MIT
> B) MIT/X Consortium License
> C) Expat
> 
> A->B change is not documented, only B->C is. Also the fact that B
> existed at some point of VCS history (but not in any released
> version) is not really interesting for end users. So I propose only
> to document A->C switch; see the attached patch.

Thanks for the patch I applied it

> 
> 
> Typo: soruce- > source. Also, a space is needed between "3.0" and
> "(quilt)".
> 

Fixed now :-)

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-15 Thread Vasudev Kamath
On 11:18 Thu 15 Nov , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-11-13, 20:13:
> >>What did this line do, and why it was removed?
> >>find . -name config.mk | xargs sed -i 's,-s ${LIBS},${LIBS},'
> >Not sure why it was removed, it was not present when I took over
> >source from Micahel. After reading man page for *ld* I see that
> >this option is used to strip of debugging symbols of the binaries.
> >By removing these tools will contain the debugging symbols so I'm
> >not sure how to fix this? The policy 10.1 says symbols should be
> >stripped off with -s to install also section 4.9.1  says about
> >nostrip option does this mean by default debhelper strips of
> >symbols?
> 
> Yes, dh_strip strips symbols by default (if
> DEB_BUILD_OPTIONS=nostrip is not set).
> 
> Using -s unconditionally is a bad idea, because then symbols are
> getting stripped even with nostrip.
> 
> Of course modifying upstream files in-place in debian/rules is
> probably a bad idea. (If you wanted do that, you'd have to restore
> the original ones in the clean target.)

So I guess its okay that is dropped but I guess needs to be recorded in
changelog? But I don't know how to phrase this removal though :-/

> 
> Also note that this is slightly broken: ${LIBS} is expanded by make
> to an empty string, so you actually end up calling:
> 
> find . -name config.mk | xargs sed -i 's,-s ,,'

True :-)
 

-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Bug#683184: RFS: suckless-tools/39-1 [ITA]

2012-11-15 Thread Vasudev Kamath
On 17:08 Thu 15 Nov , Jakub Wilk wrote:
> * Vasudev Kamath , 2012-11-15, 17:22:
> >>>>What did this line do, and why it was removed?
> >>>>  find . -name config.mk | xargs sed -i 's,-s ${LIBS},${LIBS},'
> >>>Not sure why it was removed, it was not present when I took
> >>>over source from Micahel. After reading man page for *ld* I
> >>>see that this option is used to strip of debugging symbols of
> >>>the binaries. By removing these tools will contain the
> >>>debugging symbols so I'm not sure how to fix this? The policy
> >>>10.1 says symbols should be stripped off with -s to install
> >>>also section 4.9.1  says about nostrip option does this mean
> >>>by default debhelper strips of symbols?
> >>
> >>Yes, dh_strip strips symbols by default (if
> >>DEB_BUILD_OPTIONS=nostrip is not set).
> >>
> >>Using -s unconditionally is a bad idea, because then symbols are
> >>getting stripped even with nostrip.
> >>
> >>Of course modifying upstream files in-place in debian/rules is
> >>probably a bad idea. (If you wanted do that, you'd have to
> >>restore the original ones in the clean target.)
> >
> >So I guess its okay that is dropped but I guess needs to be
> >recorded in changelog? But I don't know how to phrase this removal
> >though :-/
> 
> You have to get rid of -s one way or another, because it breaks
> DEB_BUILD_OPTIONS=nostrip.
> 

Oh sorry I guess I didn't properly read it that time ;) Fixed the
02_dpkg-buildflags.patch file also updated the header. I didn't record
this change in changelog as I updated patch header. Hope that is okay.

Regards
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyninja@{frndk.de | vasudev.homelinux.net}
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: Digital signature


Re: RFS: fonts-johnsmith-induni

2011-02-20 Thread Vasudev Kamath
Hi,
I've found sponsor for my package. Thanks to pkg-fonts team which
included my package into their team umbrella.

Thanks and Regards

On Wed, Feb 16, 2011 at 10:27 PM, Vasudev Kamath
 wrote:
> From: Vasudev Kamath 
> To: debian-mentors@lists.debian.org
> Subject: RFS: fonts-johnsmith-induni
>
> Dear mentors,
>
> I am looking for a sponsor for my package "fonts-johnsmith-induni".
>
> * Package name    : fonts-johnsmith-induni
>  Version         : 20101012-1
>  Upstream Author : John Smith 
> * URL             : http://bombay.indology.info/software/fonts/induni/
> * License         : GPL
>  Section         : fonts
>
> It builds these binary packages:
> fonts-johnsmith-induni - Font to represent Indian Language in Roman Script
>
> The package appears to be lintian clean.
>
> The upload would fix these bugs: 571723
>
> My motivation for maintaining this package is: To add more fonts to
> provide better support for Indian Language.
>
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/f/fonts-johnsmith-induni
> - Source repository: deb-src http://mentors.debian.net/debian unstable
> main contrib non-free
> - dget 
> http://mentors.debian.net/debian/pool/main/f/fonts-johnsmith-induni/fonts-johnsmith-induni_20101012-1.dsc
>
> I would be glad if someone uploaded this package for me.
>
> Kind regards
> --
>
> Vasudev Kamath
> http://vasudevkamath.blogspot.com
> http://identi.ca/vasudev
> http://twitter.com/vasudevkamath
>



-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://identi.ca/vasudev
http://twitter.com/vasudevkamath


--
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/aanlktikruvoam1vi--4s5djdcigmhfywcq2mrgzdx...@mail.gmail.com



Watch file not present - warning message

2011-10-21 Thread Vasudev Kamath
Hi all,

I uploaded my package to mentors for my mentor to review. The package
page on mentors [1] shows me a warning saying that *A watch file is
not present* but my package does contain a watch file!

Is this a bug in DebExpo?

[1] http://mentors.debian.net/package/kiwix

Best Regards

-- 
Vasudev Kamath
http://blog.copyninja.info
copyni...@frndk.de (Friendika)
vasu...@joindiaspora.com (Ostatus)


signature.asc
Description: Digital signature


Uploaded package is not showing up in mentors

2011-11-05 Thread Vasudev Kamath
Hello,

First of all I don't know if this is relevant list of this query but I
tried sending this mail to supp...@mentors.debian.net but the host
rejected my mail. With no other option I'm writing to this list.

I own the ITA for dwm package http://bugs.debian.org/647088. I was
trying to upload the finished package to mentors to get a
sponsor. I've tried more than 6 times from morning, dput says upload
successful but my package won't show up in the mentors!

While checking in dwm PTS page I found there is already a dwm package
present on mentors http://mentors.debian.net/package/dwm is this the
reason why my package is not showing up in mentors?

Best Regards
-- 
Vasudev Kamath
http://blog.copyninja.info
vasu...@joindiaspora.com (Ostatus)


signature.asc
Description: Digital signature


Re: Uploaded package is not showing up in mentors

2011-11-05 Thread Vasudev Kamath
On 14:43 Sat 05 Nov , Arno Töll wrote:



> > I own the ITA for dwm package http://bugs.debian.org/647088. I was
> > trying to upload the finished package to mentors to get a
> > sponsor. I've tried more than 6 times from morning, dput says upload
> > successful but my package won't show up in the mentors!
> 
> According to our logs, I see that I don't see anything. That probably
> means a plugin crashed for your upload. Could you upload your full
> source package (i.e. including changes file) somewhere I can access
> it?

Sure I've uploaded all the files at this URL[1]


[1] http://silpa.org.in/~vasudev/dwm/

Thanks,
-- 
Vasudev Kamath
http://blog.copyninja.info
vasu...@joindiaspora.com (Ostatus)


signature.asc
Description: Digital signature


Re: Uploaded package is not showing up in mentors

2011-11-07 Thread Vasudev Kamath
Hi Kix,
Problem is the package after upload is not showing up at my mentors
package page.

Regards

On Sun, Nov 6, 2011 at 11:23 PM, rodolfogarc...@gmail.com  wrote:
> Hi!
>
> Login at mentors (web) and check if your package has the check for looking
> for a mentoring.
>
> Cheers.
>
> Kix
> --
> Enviado desde mi teléfono Android con K-9 Mail. Disculpa mi brevedad
>
> Vasudev Kamath  wrote:
>>
>> Hello,
>>
>> First of all I don't know if this is relevant list of this query but I
>> tried sending this mail to supp...@mentors.debian.net but the host
>> rejected my mail. With no other option I'm writing to this list.
>>
>> I own the ITA for dwm package http://bugs.debian.org/647088. I was
>> trying to upload the finished package to mentors to get a
>> sponsor. I've tried more than 6 times from morning, dput says upload
>> successful but my package won't show up in the mentors!
>>
>> While checking in dwm PTS page I found there is already a dwm package
>> present on mentors http://mentors.debian.net/package/dwm is this the
>> reason why my package is not showing up in mentors?
>>
>> Best Regards
>> --
>> Vasudev Kamath
>> http://blog.copyninja.info
>> vasu...@joindiaspora.com (Ostatus)
>



-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://identi.ca/vasudev
http://twitter.com/vasudevkamath


--
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/cak+nopur+xbxjvlebhyhx-kbsfodkyvrbz2amcr6ac0vzas...@mail.gmail.com



Re: Uploaded package is not showing up in mentors

2011-11-08 Thread Vasudev Kamath
Hi Arno,

On Tue, Nov 8, 2011 at 2:48 AM, Arno Töll  wrote:

> You are missing dwm_5.9.orig.tar.gz there. If you forgot it for mentors
> too, that would explain your problem (however, you should have gotten a
> reject mail then).

I think I missed while copying it to server. But I was uploading it to
mentors for sure. I'll upload the orig tar ball to server by tonight.

Best Regards
-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://identi.ca/vasudev
http://twitter.com/vasudevkamath


--
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/CAK+NOPU0kOAmiqiMqU_vQ=rrlnco8+gen9vujzec-z4xnkh...@mail.gmail.com



Re: Uploaded package is not showing up in mentors

2011-11-08 Thread Vasudev Kamath
Hello Arno,
On 22:18 Mon 07 Nov , Arno Töll wrote:
> Hello Vasudev,
> 
> On 05.11.2011 15:09, Vasudev Kamath wrote:
> > 
> > Sure I've uploaded all the files at this URL[1]
> > 
> > 
> > [1] http://silpa.org.in/~vasudev/dwm/
> 
> You are missing dwm_5.9.orig.tar.gz there. If you forgot it for mentors
> too, that would explain your problem (however, you should have gotten a
> reject mail then).

As I mentioned I've uploaded orig.tar ball to above URL. I tried
uploading the package again today but no luck it won't showup on the
mentors web inteface.

Best Regards
-- 
Vasudev Kamath
http://blog.copyninja.info
vasu...@joindiaspora.com (Ostatus)


signature.asc
Description: Digital signature


Re: Uploaded package is not showing up in mentors

2011-11-09 Thread Vasudev Kamath
On 18:28 Tue 08 Nov , Ole Wolf wrote:
> Quoting Vasudev Kamath :
> >As I mentioned I've uploaded orig.tar ball to above URL. I tried
> >  uploading the package again today but no luck it won't showup on the
> >  mentors web inteface.
> According to one of the mentors, there has a glitch in the upload script
> for the last day or so. I wasn't able to upload either, but my most recent
> attempt was successful. Maybe you should simply try one last time, now
> that the upload script appears to have been fixed.

I tried uploading it again but with no luck. Package uploads
successfully but it never shows up in the mentors web interface :(

Best Regards

-- 
Vasudev Kamath
http://blog.copyninja.info
http://identi.ca/vasudev
vasu...@joindiaspora.com (Ostatus)


signature.asc
Description: Digital signature


Re: Uploaded package is not showing up in mentors

2011-11-09 Thread Vasudev Kamath
On 16:20 Wed 09 Nov , Marco Balmer wrote:
> On Wed, Nov 09, 2011 at 08:39:54PM +0530, Vasudev Kamath wrote:
> > I tried uploading it again but with no luck. Package uploads
> > successfully but it never shows up in the mentors web interface :(
> 
> Is your GPG Key applied to the mentors web interface?

Yes it is applied to mentors. I've uploaded 2 packages before and I
can still see them on mentors. Package I'm uploading is already
uploaded to mentors by some one else. I strongly suspect this may be
the cause of problem but I can't confirm because I don't know how
debexpo handles multiple uploads of same package

Best Regards
-- 
Vasudev Kamath
http://blog.copyninja.info
vasu...@joindiaspora.com (Ostatus)


signature.asc
Description: Digital signature


Re: Uploaded package is not showing up in mentors

2011-11-09 Thread Vasudev Kamath
On 10:34 Wed 09 Nov , Paul Tagliamonte wrote:

> 
> Silly question, but can you paste the dput command's output? Are you
> sure it's going to debexpo and not ftp-master?
> 
Yes it is going to mentors. Attached dput.upload and upload log
written by dput

Best Regards
-- 
Vasudev Kamath
http://blog.copyninja.info
vasu...@joindiaspora.com (Ostatus)
Checking signature on .changes
Good signature on /var/cache/pbuilder/result/dwm_5.9-1_amd64.changes.
Checking signature on .dsc
Good signature on /var/cache/pbuilder/result/dwm_5.9-1.dsc.
Uploading to debexpo (via http to mentors.debian.net):
  Uploading dwm_5.9-1.dsc: done.
  Uploading dwm_5.9.orig.tar.gz: done.
  Uploading dwm_5.9-1.debian.tar.gz: done.
  Uploading dwm_5.9-1_amd64.deb: done.
  Uploading dwm_5.9-1_amd64.changes: done.
Successfully uploaded packages.
Successfully uploaded dwm_5.9-1.dsc to mentors.debian.net for debexpo.
Successfully uploaded dwm_5.9.orig.tar.gz to mentors.debian.net for debexpo.
Successfully uploaded dwm_5.9-1.debian.tar.gz to mentors.debian.net for debexpo.
Successfully uploaded dwm_5.9-1_amd64.deb to mentors.debian.net for debexpo.
Successfully uploaded dwm_5.9-1_amd64.changes to mentors.debian.net for debexpo.


signature.asc
Description: Digital signature


RFS: dwm (Adapted package)

2011-11-10 Thread Vasudev Kamath
Dear mentors,

I'm looking for a sponsor for package dwm. This package was orphaned
by its previous maintainer. This upload will close #647088.

The package can be accessed using
dget -X http://silpa.org.in/~vasudev/dwm/dwm_5.9-1.dsc

I was trying to upload to mentors from past one week with no luck so I
uploaded it to a VPS in which I've account

Best Regards

-- 
Vasudev Kamath
http://blog.copyninja.info
vasu...@joindiaspora.com (Ostatus)


signature.asc
Description: Digital signature


Re: Uploaded package is not showing up in mentors

2011-11-10 Thread Vasudev Kamath
2011/11/11 Boris Pek :
> Ok. I found temporary solution for myself. I had deleted the package before 
> new upload.
> And uploaded package was successfully added again in m.d.n. and I received 
> appropriate
> confirmation from bot.
>
> But this is not common solution. And this bug is really serious.

Yes you are right in my case I can't follow this solution because the
previous package is uploaded by some one else and now I really own an
ITA for the package. So I uploaded it to a VPS in which I have account
and sent an RFS.

Best Regards
-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://identi.ca/vasudev
http://twitter.com/vasudevkamath


-- 
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/CAK+NOPXS=csX=m-isrjmetn4dgzk1gov_rdrnmob-bcar6s...@mail.gmail.com



Re: RFS: dwm (Adapted package)

2011-11-11 Thread Vasudev Kamath
Hello Michael,

On Fri, Nov 11, 2011 at 1:16 PM, Michael Tokarev  wrote:
> Hm.  So I become curious and looked into its homepage --
> http://dwm.suckless.org/ .  And there, there's one interesting note:
>
>  Because dwm is customized through editing its source code, it’s
>  pointless to make binary packages of it.  This keeps its userbase
>  small and elitist.  No novices asking stupid questions.  There are
>  some distributions that provide binary packages though.
>
> Maybe there should be no binaries really? :)

Yes dwm is configured in config.h before compilation but things we can
configure are bare minimum like fonts terminal command and keyboard
shortcuts. Currently this package builds default config and one
alternative called dwm-web. When I asked previous maintainer what this
binary was for, he told its used here http://webconverger.org so I
left as it is.

We can provide different alternative dwm package with different
config.h file there has been discussion on this [1] [2]. But I think
after this I think first maintainer Orphaned this package.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493819
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557429


Best Regards

-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://twitter.com/vasudevkamath


--
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/CAK+NOPXtKnuysEFd=T1BEhX8VJ=xTKwoFuenA�xr0fxlg...@mail.gmail.com



Re: RFS: dwm (Adapted package)

2011-11-14 Thread Vasudev Kamath
Hello mentors,

I'm still looking for a sponsor for uploading my adapted package dwm.

Best Regards

On Thu, Nov 10, 2011 at 10:21 PM, Vasudev Kamath
 wrote:
> Dear mentors,
>
> I'm looking for a sponsor for package dwm. This package was orphaned
> by its previous maintainer. This upload will close #647088.
>
> The package can be accessed using
> dget -X http://silpa.org.in/~vasudev/dwm/dwm_5.9-1.dsc
>
> I was trying to upload to mentors from past one week with no luck so I
> uploaded it to a VPS in which I've account
>
> Best Regards
>
> --
> Vasudev Kamath
> http://blog.copyninja.info
> vasu...@joindiaspora.com (Ostatus)
>



-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://twitter.com/vasudevkamath


-- 
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/cak+nopwr1y_zukh4pxskb8a12fu2iuy4o0dmvoux6kw-ee5...@mail.gmail.com



Re: RFS: dwm (Adapted package)

2011-11-20 Thread Vasudev Kamath
On 15:04 Sun 20 Nov , David Kalnischkies wrote:

> I am not a possible sponsor (no-D{D,M} sorry) and i haven't
> even reviewed your package closely, but i am relatively sure
> your package doesn't honor buildflags ala CFLAGS correctly.
> See dpkg-buildflags manpage, bits from dpkg [0] and some of
> the recent discussions here.
> (You will properly need to patch upstream Makefile through,
>  upstream is properly not that interested in this usecase…)
>
Well I'm not sure how to use dpkg-buildflags but reading some threads
here in mentor I'm assuming i need to introduce ? in CFLAGS statement
like below

CFLAGS ?= upstream provided flags

Am I right? also the bits from dpkg says this is automatically done
for dh packages with debian/compat=9 but currently dwm is using
debian/compat=8 so do I need to make it 9 or shall I explicitly invoke
dpkg-buildflags in rules?

> But to be not completely useless with this mail, let me
> attach a patch for the initial issue reported in #493819.
> (I uses this for a while for my local dwm package)
> Fixing this would allow me to use the pristine dwm package
> again (plus a few configs for my various target system).
Thanks for the patch I applied it and marked it closes issue #493819
you can get latest source from collab-maint [0]
> 
> Thanks for reviving the dwm packaging and
> good luck finding a sponsor!

Thanks :) Hopefully some one will get time to sponsor dwm (and
hopefully I become DM I can maintain it by myself)

[0] http://anonscm.debian.org/gitweb/?p=collab-maint/dwm.git;a=summary

Best Regards

-- 
Vasudev Kamath


signature.asc
Description: Digital signature


Re: RFS: dwm (Orphaned package)(17days old)

2011-11-27 Thread Vasudev Kamath
Hello Mentors,

I'm still looking for a sponsor. I've rebuilt the source with a patch
provided by David and also added a dpkg-buildflags patch. Source is
available at
 http://silpa.org.in/~vasudev/dwm/dwm_5.9-1.dsc
I'm still not able to upload to mentors so I've kept the source in my vps.

Hope some one will review and upload this package for me

Best Regards

On Sun, Nov 20, 2011 at 9:51 PM, Vasudev Kamath  wrote:
> On 15:04 Sun 20 Nov     , David Kalnischkies wrote:
> 
>> I am not a possible sponsor (no-D{D,M} sorry) and i haven't
>> even reviewed your package closely, but i am relatively sure
>> your package doesn't honor buildflags ala CFLAGS correctly.
>> See dpkg-buildflags manpage, bits from dpkg [0] and some of
>> the recent discussions here.
>> (You will properly need to patch upstream Makefile through,
>>  upstream is properly not that interested in this usecase…)
>>
> Well I'm not sure how to use dpkg-buildflags but reading some threads
> here in mentor I'm assuming i need to introduce ? in CFLAGS statement
> like below
>
>    CFLAGS ?= upstream provided flags
>
> Am I right? also the bits from dpkg says this is automatically done
> for dh packages with debian/compat=9 but currently dwm is using
> debian/compat=8 so do I need to make it 9 or shall I explicitly invoke
> dpkg-buildflags in rules?
>
>> But to be not completely useless with this mail, let me
>> attach a patch for the initial issue reported in #493819.
>> (I uses this for a while for my local dwm package)
>> Fixing this would allow me to use the pristine dwm package
>> again (plus a few configs for my various target system).
> Thanks for the patch I applied it and marked it closes issue #493819
> you can get latest source from collab-maint [0]
>>
>> Thanks for reviving the dwm packaging and
>> good luck finding a sponsor!
>
> Thanks :) Hopefully some one will get time to sponsor dwm (and
> hopefully I become DM I can maintain it by myself)
>
> [0] http://anonscm.debian.org/gitweb/?p=collab-maint/dwm.git;a=summary
>
> Best Regards
>
> --
> Vasudev Kamath
>



-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://twitter.com/vasudevkamath


--
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/CAK+NOPWXzPpCsR+wFmjGrzVW6xWWJ19mf=suxuvn_xh94rf...@mail.gmail.com



Re: RFS: dwm (Orphaned package)(17days old)

2011-11-27 Thread Vasudev Kamath
On Sun, Nov 27, 2011 at 7:06 PM, David Kalnischkies
 wrote:
> On Sun, Nov 27, 2011 at 12:56, Kartik Mistry  wrote:
>> 1. gcc warnings:
>>
>> CC dwm.c
>> dwm.c:882:1: warning: ‘focusmon’ defined but not used [-Wunused-function]
> [… a few more of those … ]
>>
>> Send this to upstream, if you haven't.
>
> He is building two flavors, one without (a lot of) keybindings, so all these
> functions aren't used by this flavor (web), but by the default one.
>
> So this fells like a pretty hard thing to fix… I would suggest adding a
> -Wno-unused-function to non-default flavor builds instead.

Appending this will also be bit difficult because we won't be sure
which config is not using these function. I think its better leave it
as is than adding this flag blindly to all configs. What do you
suggest?

>
>> 2. dpkg-buildflags.patch needs Patch header/description
>>
>> 3. Optionally, Patch 1 need description wrapped to 80 chars.
>
> Beside that, the git repo includes the .pc directory from quilt.
> I don't think that this is a particular good idea…

I didn't read why .pc directory is created and simply added it to git.
Now removed that :)
>
> And as you try to follow DEP3 for the patches, add to both patches:
> Forwarded: not-needed
> It would be a shame to let these patches show up in a "untagged patches
> which might need to be send upstream" report somebody hopefully works on. :)

Done.

Best Regards
-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://twitter.com/vasudevkamath


--
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/CAK+NOPV-QHSjutUKFw1TaP_b�_bmdfhxwcclwo_tl4ccf...@mail.gmail.com



Re: scl-sandhi debian package

2011-12-01 Thread Vasudev Kamath
On Thu, Dec 1, 2011 at 3:22 PM, karunakar medamoni
 wrote:
> Hello every one.
> i had uploaded one debian package mentors.debian.net. but its not
> showing that debian package name in my account. what was the problem.
>
Did you upload proper PGP public key to mentors with which your
package is signed?

Best Regards
-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://twitter.com/vasudevkamath


-- 
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/CAK+NOPU17SzRF1=avyajyeayhzqklnbtcqwgtrs7xc91znp...@mail.gmail.com



Re: scl-sandhi debian package

2011-12-01 Thread Vasudev Kamath
On Thu, Dec 1, 2011 at 3:48 PM, karunakar medamoni
 wrote:
> yes already uploaded in mentors.debian.net. when i try to upload
> package again it showing message
>

Remove a file with extension .upload which will be in same directory
as where your package is. Then you will be able to reupload the
package

Best Regards
-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://twitter.com/vasudevkamath


-- 
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/cak+nopvkjoggorgn0h38rxwafoqfawdgwlpz5+mpfib8z7q...@mail.gmail.com



Re: RFS: xfonts-bolkhov (2nd try)

2012-01-18 Thread Vasudev Kamath
Hello Daniel,

On Wed, Jan 18, 2012 at 1:34 PM, Daniel Martí
 wrote:
> I am looking for a sponsor for my package "xfonts-bolkhov".

Since this is a font package I would suggest you to forward your RFS
to Debian Fonts task force Team - pkg-fonts-devel mailing list. Also
consider maintaining it as part of Fonts Task force team

Best Regards

-- 

Vasudev Kamath
http://vasudevkamath.blogspot.com
http://identi.ca/vasudev
http://twitter.com/vasudevkamath


--
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/cak+nopv4ey+gucibmkjqdd7f7ue9wxgqmuoovqhq1jxvrbn...@mail.gmail.com