Install syntax highlight for IDEs

2013-10-04 Thread Anton Balashov
Hi there. I'm continuing packaging gmqcc and now I need to install syntax highlight for many IDE. And I need your advice here. I need just to copy files but... How should I do that? Should I check existence of target dirs (installed IDE)? Can I install those files just via debian/install? Thanks.

Git usage: rebase master on custom tag from upstream branch

2013-10-01 Thread Anton Balashov
Hello, mentors. The issue: I have created a git repo with master and upstream branches and use git-buiuldpackage for build. And I like it, but... How to switch my master on custom tag from upstream branch? I want to start work under a new (or custom) version. How to sync master workspace with com

Path for search data files in package

2013-07-30 Thread Anton Balashov
Hello. We are creating a game and we can't find answer on question: How to set in code path where to search data files (for example sounds, images, etc). Of course we can hardcode '/usr/share/game/...' but what if game was installed with prefix? What is the best practice? Thanks for help. signa

Bug#717262: ITP missing for package curseofwar with RFS 717262 with ITP in title

2013-07-19 Thread Anton Balashov
Hello, again. I made it: 717...@bugs.debian.org Could you please hint me what should be next? 2013/7/19 Mònica Ramírez > El dv 19 de 07 de 2013 a les 09:16 +0400, en/na Anton Balashov va > escriure: > > Thank you for your pay attention on that. > > I made a new lette

Bug#717262: ITP missing for package curseofwar with RFS 717262 with ITP in title

2013-07-19 Thread Anton Balashov
I had read the documentation I understand the process. Now I have to find a sponsor for finish it. Thanks. 2013/7/19 Anton Balashov > Hello, again. > > I made it: 717...@bugs.debian.org > > Could you please hint me what should be next? > > > 2013/7/19 Mònica Ramírez

Bug#717262: ITP missing for package curseofwar with RFS 717262 with ITP in title

2013-07-18 Thread Anton Balashov
Thank you for your pay attention on that. I made a new letter: From: Anton Balashov To: sub...@bugs.debian.org Subject: ITP: curseofwar/1.1.4-1 With the same text. Is that right? 2013/7/18 Mònica Ramírez > According to [0], curseofwar has not its corresponding ITP bug, despite >

Bug#717304: ITP: curseofwar/1.1.4-1

2013-07-18 Thread Anton Balashov
.1.4-1.dsc More information about curseofwar can be obtained from: https://github.com/a-nikolaev/curseofwar/wiki It's my first upload to mentors.debian.net Regards, Anton Balashov

Bug#717262: RFS: curseofwar/1.1.4-1 [ITP]

2013-07-18 Thread Anton Balashov
.1.4-1.dsc More information about curseofwar can be obtained from https://github.com/a-nikolaev/curseofwar/wiki It's my first upload to mentors.debian.net Regards, Anton Balashov -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe".

Re: Half of webapp in /usr/ and half in /var

2013-05-30 Thread Anton Balashov
Like most of webapps, it expects all its dirs in /var/www :) But I should put some dirs in /usr/share/pkg and some in /var/lib/pkg It doesn't have its apache config. 2013/5/30 Paul Wise > Please include some details about the app. > > Where does it normally place code? > > Where does it norma

Half of webapp in /usr/ and half in /var

2013-05-30 Thread Anton Balashov
Hello! I'm trying to make deb pkg in accordance with "Webapps Policy Manual" for one good web application In http://webapps-common.alioth.debian.org/draft/html/ manual says I should keep distr in /usr/share/pkg and application-modifiable dirs in /var/lib/pkg. How can I configure apache on this co