debian/0000775000000000000000000000000011773030617007175 5ustar debian/source/0000775000000000000000000000000011773017070010473 5ustar debian/source/format0000664000000000000000000000001411773017070011701 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000101711773023327010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk VERSION := $(shell dpkg-parsechangelog|grep ^Version|awk '{print $$2}') UVERSION := $(shell echo $(VERSION)|sed 's/-[[:digit:]]\+$$//') PACKAGE := pidgin-mra build/$(PACKAGE):: $(MAKE) install/$(PACKAGE):: $(MAKE) DESTDIR=debian/$(PACKAGE)/ install find debian/$(PACKAGE) -type f -exec chmod -x '{}' + clean:: rm -fr *.so tarball: clean cd .. && tar --exclude=.git --exclude=debian \ -czf $(PACKAGE)_$(UVERSION).orig.tar.gz $(PACKAGE)-$(UVERSION) debian/changelog0000664000000000000000000000024211773022724011045 0ustar pidgin-mra (20100304-1) unstable; urgency=low * Initial release. (Closes: #679379) -- Dmitry E. Oboukhov Thu, 28 Jun 2012 11:50:26 +0400 debian/control0000664000000000000000000000136711773024646010614 0ustar Source: pidgin-mra Maintainer: Dmitry E. Oboukhov Standards-Version: 3.9.3 Priority: optional Section: net Homepage: https://github.com/dreadatour/pidgin-mra Build-Depends: cdbs, debhelper (>= 9), pkg-config, pidgin-dev Package: pidgin-mra Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Mail.ru Agent protocol plugin for Pidgin IM The plugin enables Mail.ru Agent protocol in Pidgin IM. Package: pidgin-mra-dbg Priority: extra Section: debug Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pidgin-mra (= ${binary:Version}) Description: Mail.ru Agent protocol plugin for Pidgin IM The plugin enables Mail.ru Agent protocol in Pidgin IM. . The package contains debug symbols for pidgin-mra. debian/compat0000644000000000000000000000000211773020614010365 0ustar 9 debian/copyright0000664000000000000000000000152611773020507011131 0ustar Format: http://dep.debian.net/deps/dep5/ Debianized-By: Dmitry E. Oboukhov Upstream-Name: pidgin-mra Source: https://github.com/dreadatour/pidgin-mra Files: * Copyright: 2010 Mail.ru 2010 Vladimir Rudnyh License: GPLv2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems, the complete text of the GPLv2 can be found in /usr/share/common-licenses/GPL-2.