diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-01-01 15:55:51 +0100 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-01-01 15:55:51 +0100 |
commit | 013b0c310eaaad287a9426bc538092620de6ec69 (patch) | |
tree | 44e644a013dc199a010a280de17dd16d75c8909d /debian/rules | |
parent | 1ebbad2bde038b44a7ded6bec2468a3cd47a1a30 (diff) |
* Update FSF address
- update debian/rules
- update src/*
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 34bdfd7..9354099 100755 --- a/debian/rules +++ b/debian/rules @@ -12,10 +12,9 @@ # 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 program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307 USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. DEB_SOURCE_PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: *\(.*\)$$/\1/ p') DEB_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)$$/\1/ p') |