aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rw-r--r--debian/control2
-rw-r--r--debian/copyright2
-rw-r--r--debian/dvb-utils.install10
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/watch2
6 files changed, 21 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 87a4514..36f01db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+linuxtv-dvb-apps (1.1.0-6) unstable; urgency=low
+
+ * Thomas Schmidt <tschmidt@debian.org>
+ - Added dvbnet and dvbtraffic bins to dvb-utils (closes: #298707)
+ - Changed debian/watch and all other references to the new
+ download-directory on www.linuxtv.org
+ - Removed Andreas Müller from uploaders - he does not intend
+ to do uploads anymore
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Wed, 23 Feb 2005 12:09:16 +0100
+
linuxtv-dvb-apps (1.1.0-5) unstable; urgency=low
* The "This is my first upload." release
diff --git a/debian/control b/debian/control
index ff0d3a7..6e9b509 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: linuxtv-dvb-apps
Section: misc
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
-Uploaders: Andreas Mueller <amu@tr.debian.net>, Thomas Schmidt <tschmidt@debian.org>
+Uploaders: Thomas Schmidt <tschmidt@debian.org>
Build-Depends: debhelper (>> 4.0.0), dpatch (>= 2.0.9)
Standards-Version: 3.6.1
diff --git a/debian/copyright b/debian/copyright
index 1a8e0db..5f3dbdf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
This package was debianized by Eduard Bloch <blade@debian.org> on
Fri, 21 Sep 2001 17:31:06 +0200.
-It was downloaded from http://www.linuxtv.org/download/dvb/
+It was downloaded from http://www.linuxtv.org/download/
Upstream Authors:
diff --git a/debian/dvb-utils.install b/debian/dvb-utils.install
index ecef384..3fbc3de 100644
--- a/debian/dvb-utils.install
+++ b/debian/dvb-utils.install
@@ -1,13 +1,15 @@
util/av7110_loadkeys/av7110_loadkeys usr/bin
util/av7110_loadkeys/budget_ci_loadkeys usr/bin
-util/av7110_loadkeys/evtest usr/bin
+util/av7110_loadkeys/evtest usr/bin
-util/dvbdate/dvbdate usr/bin
+util/dvbdate/dvbdate usr/bin
+util/dvbnet/dvbnet usr/bin
+util/dvbtraffic/dvbtraffic usr/bin
util/scan/scan usr/bin
-util/scan/dvb-* usr/share/doc/dvb-utils/examples/scan/
+util/scan/dvb-* usr/share/doc/dvb-utils/examples/scan/
util/szap/czap usr/bin
-util/szap/femon usr/bin
+util/szap/femon usr/bin
util/szap/szap usr/bin
util/szap/tzap usr/bin
diff --git a/debian/rules b/debian/rules
index 8c68ccb..67ac748 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ clean1:
rm -f *-stamp
# Add here commands to clean up after the build process.
- make clean
+ -make clean
dh_clean
diff --git a/debian/watch b/debian/watch
index 5b1f722..61f88aa 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=2
-http://www.linuxtv.org/download/dvb/ linuxtv-dvb-apps.*-([\d+\.]+|\d+)\.tar(\.gz|\.bz2) debian uupdate
+http://www.linuxtv.org/download/ linuxtv-dvb-apps.*-([\d+\.]+|\d+)\.tar(\.gz|\.bz2) debian uupdate
341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598