--- macchanger-gtk-1.1.orig/README +++ macchanger-gtk-1.1/README @@ -1,6 +1,6 @@ MACCHANGER-GTK -¿How use? +¿How use? If you want use this program then you must execute macchanger-gtk file. For make this exist two ways: --- macchanger-gtk-1.1.orig/debian/compat +++ macchanger-gtk-1.1/debian/compat @@ -0,0 +1 @@ +7 --- macchanger-gtk-1.1.orig/debian/dirs +++ macchanger-gtk-1.1/debian/dirs @@ -0,0 +1,4 @@ +usr/sbin +usr/share/macchanger-gtk +usr/share/doc/macchanger-gtk +usr/share/man/man1 --- macchanger-gtk-1.1.orig/debian/changelog +++ macchanger-gtk-1.1/debian/changelog @@ -0,0 +1,41 @@ +macchanger-gtk (1.1-4) unstable; urgency=low + + * Fixed URL in watch file. + + -- Alejandro Garrido Mota Mon, 11 May 2009 21:12:22 -0430 + +macchanger-gtk (1.1-3) unstable; urgency=low + + * Move macchanger-gtk binary to /usr/sbin (Closes: #521193) + * Change Standards-Version to 3.8.1 + * Add watch file + + -- Alejandro Garrido Mota Sun, 29 Mar 2009 12:11:46 -0430 + +macchanger-gtk (1.1-2) unstable; urgency=low + + * Remove libglib2.0-0 from Build-Depends + * Improve debian/rules (delete binary-arch target) + * Change Standards-Version to 3.8.0.1 + + -- Alejandro Garrido Mota Sat, 31 Jan 2009 11:37:57 -0430 + +macchanger-gtk (1.1-1) unstable; urgency=low + + * Now GtkAboutDialog close button work fine. (Closes: #511183). + * Improve: + - debian/rules + - copyright file + - man page + * Add debhelper 7 compatibility + * Change Standards-Version to 3.8.0 + * Change menu section to: Applications/System/Security + + -- Alejandro Garrido Mota Sat, 17 Jan 2009 00:18:49 -0430 + +macchanger-gtk (1.0-1) unstable; urgency=low + + * Initial release (Closes: #403277) + + -- Alejandro Garrido Mota Wed, 13 Dec 2006 20:55:20 -0400 + --- macchanger-gtk-1.1.orig/debian/macchanger-gtk.menu +++ macchanger-gtk-1.1/debian/macchanger-gtk.menu @@ -0,0 +1,2 @@ +?package(macchanger-gtk):needs="X11" section="Applications/System/Security"\ + title="MACchanger-gtk" command="/usr/sbin/macchanger-gtk" --- macchanger-gtk-1.1.orig/debian/watch +++ macchanger-gtk-1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://mogaal.com/macchanger-gtk/macchanger-gtk-(.*)\.tar\.gz --- macchanger-gtk-1.1.orig/debian/macchanger-gtk.1 +++ macchanger-gtk-1.1/debian/macchanger-gtk.1 @@ -0,0 +1,20 @@ +.TH macchanger-gtk "1" "1.0" "Alejandro Garrido Mota" +.SH NAME +macchanger-gtk \- a GTK+ interface for GNU/MACchanger. +.SH "SYNTAX" +.LP +.B macchanger-gtk +.SH DESCRIPTION +macchanger-GTK is a GTK+ interface for GNU/MACchanger. +MACchanger is an utility for manipulating the MAC address of network +interfaces. +.LP +This program was made using Gtk2 and Perl. +.LP +Homepage: http://www.mogaal.com/macchanger-gtk +.SH AUTHOR +macchanger-gtk is developed by +and macchanger is developed by . +.PP +This manual page was written by Alejandro Garrido Mota , +for the Debian project (but may be used by others). --- macchanger-gtk-1.1.orig/debian/control +++ macchanger-gtk-1.1/debian/control @@ -0,0 +1,17 @@ +Source: macchanger-gtk +Section: admin +Priority: optional +Maintainer: Alejandro Garrido Mota +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.1 +Homepage: http://www.mogaal.com/macchanger-gtk + +Package: macchanger-gtk +Architecture: all +Depends: libglib-perl(>= 1:1.081-1), libgtk2-gladexml-perl(>= 1.003-1), macchanger(>= 1.5.0-1), libgtk2-perl(>= 1:1.081-1), libui-dialog-perl(>= 1.08-1) +Recommends: gksu +Conflicts: gksu (<< 0.8.0) +Description: a GTK+ interface for GNU/MACchanger + MACchanger is an utility for manipulating the MAC + address of network interfaces. This program was + made using Glade and Perl and is GUI for macchanger. --- macchanger-gtk-1.1.orig/debian/copyright +++ macchanger-gtk-1.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Alejandro Garrido Mota on +Wed, 13 Dec 2006 20:55:20 -0400 + +It was downloaded from + +Upstream Author: Alejandro Garrido Mota + +Copyright (C) 2006, Alejandro Garrido Mota www.mogaal.com/macchanger-gtk + +License: + + This library 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.1 of the License, or any later version. + + This library 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. + + You should have received a copy of the GNU General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General Public License +can be found in '/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2006, Alejandro Garrido Mota and +is licensed under the GPL, see above. --- macchanger-gtk-1.1.orig/debian/rules +++ macchanger-gtk-1.1/debian/rules @@ -0,0 +1,51 @@ +#!/usr/bin/make -f + +build: build-stamp + +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + dh_clean + rm -f debian/files + dh_clean debian/files + +install: install-stamp + +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean + dh_installdirs + install -o root -g root -m 0755 macchanger-gtk $(CURDIR)/debian/macchanger-gtk/usr/sbin/macchanger-gtk + install -o root -g root -m 0644 glade/macchanger-gtk.glade $(CURDIR)/debian/macchanger-gtk/usr/share/macchanger-gtk/macchanger-gtk.glade + touch install-stamp + +binary-arch: install + +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installmenu + dh_installdocs + dh_installman debian/macchanger-gtk.1 + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary install configure